How to use PseudoHTML Code |
Code |
To submit code in your messages, simply wrap the desired code between [code] and [/code].
For Example:
[code]
<table>
<tr>
<td>
This is a test <a href="http://www.cfcode.com">Link</a>
</td>
</tr>
</table>
[/code] will display as
<table>
<tr>
<td>
This is a test <a href="index.cfm">Link</a>
</td>
</tr>
</table>
|
Center |
To center text in your messages, simply wrap the text between [center] and [/center].
For Example: [center] This is centered text [/center] will display as This is centered text.
|
Bold |
To bold text in your messages, simply wrap the text between [B] and [/B].
For Example: [B] This is Bold [/B] will display as This is Bold.
|
Italic |
To italicize text in your messages, simply wrap the text between [I] and [/I].
For Example: [I] This is Italic [/I] will display as This is Italic.
|
Underline |
To underline text in your messages, simply wrap the text between [U] and [/U].
For Example: [U] This is Underlined [/U] will display as This is Underlined.
|
Unordered List |
To create an unordered bullet list, do as follows: [LIST] [*] bullet point one [*] bullet point two [/LIST]
This will display as
- bullet point one
- bullet point two
|
Ordered List |
To create an ordered bullet list, do as follows: [LIST=1] [*] bullet point one [*] bullet point two [/LIST]
This will display as
- bullet point one
- bullet point two
|
Center Text |
To center text, simply wrap the text between [center] and [/center].
For Example: [center] This is centered [/center] will display as This is centered
|
Quote |
To quote someone's text in your messages, simply wrap the text between [QUOTE] and [/QUOTE].
For Example: [QUOTE] This is a quote... [/QUOTE] will display as
quote:
This is a quote...
|
Link |
To add a link in your message, simply put [url=http://www.YourURL.com]Your Site Title[/url].
For Example: [url=https://www.raidtoolbox.com/forum]RaidToolBox Discussions[/url] will display as RaidToolBox Discussions |
Email |
To add an email address in your message, simply put [email=YourEmail@Domain.com]Your Name[/email].
For Example: [email=webmaster@raidtoolbox.com]Webmaster[/email] will display as Webmaster |