POLITICAL HARDBALL ©
HTML Guide:
This is a guide from a previous version (cgi) of the DC Forums program
that works for using html on our boards. You will have to
experiment to see if it is accurate for this, the php
version of the program:
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]