Reality TV World Message Board Forums

HTML Reference Lookup Table

HTML tags can be used in your message simply by using [ and ] symbols in place of < and > symbols, respectively.
Special Tags
Code [code] Your Code [/code]
HREF link with text display [link:URL|Text]
URL is without the "http://".
Example: [link:www.dcscripts.com|DCScripts]
[ and ] &l; and &r;
Text Formatting
Bold [b]Text[/b]
Italic [i]Text[/i]
Underline [u]Text[/u]
Heading 1 [h1]Text[/h1]
Heading 2 [h2]Text[/h2]
Heading 3 [h3]Text[/h3]
Font Tag
Font [font color="color" size="size" face="face"]Text[/font]
Links and Images
Hyperlink No tags needed - just type the URL starting with http://
Images No tags needed - just type the URL starting with http://
Formatted List
Unordered Lists with <li> [ul]
[li]
[li]
...
[/ul]
Ordered Lists with <ol> [ol]
[li]
[li]
...
[/ol]
Tables
Typical Use [table border="number" cellspacing="number" cellpadding="number"]
[tr]
[td] Text in first row, first column[/td]
[td] Text in first row, second column[/td]
[/tr]
[tr]
[td] Text in second row, first column[/td]
[td] Text in second row, second column[/td]
[/tr]
[/table]
  Close this Window