TextFormattingBBCode |{colsp=2} Example
[b] | [b]Bold text[/b] | Bold text
[i] | [i]Italic text[/i] | Italic text
[u] | [u]Underlined text[/u] | Underlined text
[strike] | [strike]Struck-through text[/strike] | Struck-through text
[color={color}] | [color=red]Red text[/color] | Red text
[shadow] or [shadow={color}] | [shadow]Text with a shadow[/shadow] | Text with a shadow
[size={number}] | [size=150]Large text[/size] | Large text
[sub] | [sub]Subscript text[/sub] | Subscript text
[sup] | [sup]Superscript text[/sup] | Superscript text
[hide] | [hide]Hidden text — mouse over![/hide] | Hidden text — mouse over!
You can specify colors as either color names ("red") or hex codes ("#FF0000"). So both [color=red] and [color=#ff0000] produce red text.
For long posts, it can be helpful to have headers of various importance. Use the [title], [h1], [h2], [h3], [h4], and [h5] tags for that:
TitleLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Header 1Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Header 2Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Header 3Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Header 4Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Header 5Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
LayoutYou can manipulate where text is displayed:
Code:
[left]Left-aligned text[/left]
[indent]Indented text[/indent]
[center]Centered text[/center]
[right]Right-aligned text[/right]
Left-aligned text
Indented text
Centered text
Right-aligned text
To indent only the first line of a block of text, paragraph-style, wrap the paragraph in [p][/p] tags. The end result will look quite nice, and is good for posting stories and the like. If you like, you can also use it to post lengthy essays in support of a position, enhancing those wonderful Magic General and Off-Topic Room debates that we all love so dearly. Try it out!
(Sorry about the contrived paragraph. I just like a good demo!)
Use [hr] to create separators between sections of a post. You need to specify a color, and can set a width as well.
Code:
[hr]black[/hr]
[hr]#ff0000[/hr]
[hr=4]blue[/hr]