Skip to content

Text on line by itself #186

Answered by PrzemyslawKlys
nkronberg asked this question in Q&A
Discussion options

You must be logged in to vote
New-HTML -Name 'Test' -Show {
    New-HTMLSection -HeaderBackGroundColor '#F38F1B' -Direction column {
        New-HTMLContainer {
            New-HTMLText -Text "Section-heading" -FontSize 20 -FontWeight bold -Alignment center
            New-HTMLText -Text "Section-heading" -FontSize 20 -FontWeight bold -Alignment left
            New-HTMLTable
        }
        New-HTMLSection -Direction column {
            New-HTMLText -Text "Test"
            New-HTMLText -Text "Test"
            New-HTMLText -Text "Test"
            New-HTMLText -Text "Test"
            New-HTMLText -Text "Test"
            New-HTMLTable
            New-HTMLSection {
                New-HTMLTable
                Ne…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PrzemyslawKlys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants