Code Tags For Use In Comments
URLs and Linking
You can create links with custom text or simply with the URL itself as the link:
[url]http://www.example.com/[/url]
[url=http://www.example.com/]my site[/url]
Images
Images must be stored on the Web. You can't upload them here.
[img]http://www.example.com/pic.jpg[/img]
Font Sizes and Colors
You can specify font sizes as 1 through 6. 1 is the smallest and 6 is the largest.
[size=4]Hey look at this![/size]
You can also specify a color for the text.
[color=green]Some green text[/color]
Bold And Italic
Use these tags for emphasis.
[b]some bold text[/b]
[i]some italic text[/i]
Strike Text
Display text with a line through the center of it.
[strike]text stricken out[/strike]
Quoting
You can surround text written by someone else which you'd like to quote.
[quote]Some text. blah, blah, blah...[/quote]
Code Examples
You can submit pre-formatted text such as script examples. Whitespace and line wrapping will be preserved as you input it.
[pre]Some pre-formatted text...[/pre]
[code]Some pre-formatted text...[/code]