BB Codes take the place of functions normally performed by HTML. You may use these codes to add formatting to your messages. These are the BB Codes available for your use:
BB Code | HTML Equivalent | Description |
---|---|---|
[b]your text[/b] | <b>your text</b> | Put text in bold. |
[i]your text[/i] | <em>your text</em> | Put text in italics. |
[u]your text[/u] | <u>your text</u> | Underline text |
[url=parameter]your text[/url] | <a target="_blank" href="parameter">your text</a> | Link text to a URL. |
[url]your text[/url] | <a target="_blank" href="your text">your text</a> | Link a URL. |
[list]your text[/list] | <ul>your text</ul> | List of bullet points. |
[*]your text | <li>your text</li> | Bullet point inside a list. |
[hr]your text | <hr style="width: 100%; height: 2px;">your text | Horizontal rule. |
[center]your text[/center] | <div style="text-align: center;">your text</div> | Center text. |
[right]your text[/right] | <div style="text-align: right;">your text</div> | Align text to right. |