User:Sirryan2002

From Paradise Station Wiki
Revision as of 15:00, 14 December 2020 by Sirryan2002 (talk | contribs)
Jump to navigation Jump to search

Headings

To designate text as a heading you will need to use the [h1], [/h1], [h2], [/h2], [h3], and [/h3] tags

[h1]This text is large and bold![/h1]
[h2]This text is medium sized and bold![/h2]
[h3]This text is normal sized and bold![/h3]

Tables

To create a table with rows and cells you will need to use the [table], [row], [cell], and [table/] tags

[table][row][cell]This text is in row 1 column 1! 
[cell]This text is in row 1 column 2!
[row][cell]This text is in row 2 column 1! 
[cell]This text is in row 2 column 2!
[/table]