BBCode Reference
BBCode was devised to provide a safer, easier way of allowing users to format their messages. The following are the BBCode tags available on this site, and are displayed here with their HTML equivalents.
BBCode example HTML Effect
[b]bolded text[/b] <strong>bolded text</strong> bolded text
[i]italicized text[/i] <em>italicized text</em> italicized text
[u]underlined text[/u] <span style="text-decoration:underline;">underlined text</span> underlined text
[s]strikethrough text[/s] <del>strikethrough text</del> strikethrough text
[sub]Subscript Text[/sub] <sub>Subscript Text</sub> Subscript Text
[sup]Superscript Text[/sup] <sup>Superscript Text</sup> Superscript Text
[size=15]Large Text[/size] <span style='font-size:15pt'>Large Text</span> Large Text
[h1]Header 1[/h1] <h1>Header 1</h1>

Header 1

[h2]Header 2[/h12] <h2>Header 2[/h12]</h2>

Header 2[/h12]

[h3]Header 3[/h3] <h3>Header 3</h3>

Header 3

[h4]Header 4[/h4] <h4>Header 4</h4>

Header 4

[h5]Header 5[/h5] <h5>Header 5</h5>
Header 5
[h6]Header 6[/h6] <h6>Header 6</h6>
Header 6
[color=red]Red Text[/color] <span style='color:red'>Red Text</span> Red Text
[color=#FF0000]Red Text[/color] <span style='color:#FF0000'>Red Text</span> Red Text
[color=FF0000]Red Text[/color] <span style='color:FF0000'>Red Text</span> Red Text
[quote]quoted text[/quote] <div><i style="padding-left: 12px; line-height: 150%;">Quote:</i></div><div class=quote>quoted text</div>
Quote:
quoted text
[code]monospaced text[/code] <div><i style="padding-left: 12px; line-height: 150%">Code:</i></div><pre class=code><span>monospaced text</span></pre>
Code:
monospaced text
[img]http://modsonline.com/images/tresware.gif[/img] <img src='http://modsonline.com/images/tresware.gif' class=image />
[url]http://modsonline.com/[/url] <a href='http://www.modsonline.com/BBCode-url.html?url=http://modsonline.com/' target='_blank' rel=nofollow>http://modsonline.com/</a> http://modsonline.com/
[url=http://modsonline.com/]Example[/url] <a href='http://www.modsonline.com/BBCode-url.html?url=http://modsonline.com/' target='_blank' rel=nofollow>Example</a> Example
[email]you@address.com[/email] <a href='mailto:you@address.com'>you@address.com</a> you@address.com
[email=you@address.com][/email] <a href='mailto:you@address.com'></a>
[align=left]Align Left[/align] <div style='text-align:left'>Align Left</div>
Align Left
[align=center]Align Center[/align] <div style='text-align:center'>Align Center</div>
Align Center
[align=right]Align Right[/align] <div style='text-align:right'>Align Right</div>
Align Right
[list][*]List Item[/list] <ol><li>List Item</li></ol>
  1. List Item
[*]Bulleted Item <ul><li>Bulleted Item</li></ul>
  • Bulleted Item