BBCode tags let you format text in your profile and message-board postings. It's similar to HTML, but simpler. The tags start with a [ (where you would have used < in HTML) and end with ] (where you would have used > in HTML).
"; start_table(); row1("Examples"); row2_plain("[b]Bold[/b]", "Bold"); row2_plain("[i]Italic[/i]", "Italic"); row2_plain("[u]Underline[/u]", "Underline"); row2_plain("[size=15]Big text[/size]", "Big text"); row2_plain("[color=red]Red text[/color]", "Red text"); row2_plain("[url=http://google.com/]Google[/url]", "Google"); row2_plain("[quote]Quoted text[/quote]", "use for quoted blocks of text"); row2_plain("[img]http://example.com/pic.jpg[/img]", "use to display an image"); row2_plain("[code]Code snippet here[/code]", "use to display some code"); row2_plain("[pre]Pre-formatted text[/pre]", "use to display pre-formatted (usually monospaced) text"); row2_plain("[list]If you don't close a tag or don't specify a parameter correctly, the raw tag itself will display instead of the formatted text.
"; page_tail(); ?>