New-HTMLTableStyle -Type Table -FontSize 25 not applying to tables #428
|
Hello, I am having an issue where I can't get the New-HTMLTableStyle to work on any of my tables. I have it before my New-HTML line (I believe this is the right spot) but my tables won't update their size. Am I missing something? I can't share much more of the code as it is for my work, but I would like to get the fontsize working to make it easier to view our tables on our monitor. |
Answered by
HALnotSAFE
Feb 23, 2024
Replies: 2 comments 2 replies
|
New-htmltablestyle has to be within new-html, before the table as far as I remember. |
2 replies
|
Having simplify on the tables caused formatting to not work. Issue is resolved. |
0 replies
Answer selected by
HALnotSAFE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having simplify on the tables caused formatting to not work. Issue is resolved.