Our simple BBCode implementation allows you to add formatting to your reviews, articles, etc.
To make text bold, surround it with [b] ... [/b] tags.
To make text italic, surround it with [i] ... [/i] tags.
To underline text, surround it with [u] ... [/u] tags.
For computer code, use [code] ... [/code] tags.
To link to a web address, surround the text with [link url] ... [/link] tags.
For example, typing "I like to search on [link google.com]google[/link]" will result in "I like to search on google".
Leave the URL out of the link tag, and it will use the text between the tags.
For example, typing "I like to search on [link]google.com[/link]" will result in "I like to search on google.com".
To link to an email address, surround it with [email] address [/email] tags.
For example, typing "Email us at [email][email protected][/email]" will result in "Email us at [email protected]".
To make text a certain color, surround it with [color name] ... [/color] tags. You can also give it a highlighted background using the [highlight color] ... [/highlight] tags.
Acceptable colors are aqua, blue, pink, green, gray, black, lime, maroon, navy, orange, purple, red, silver, and yellow.
For example, typing "My favorite color is [color red]red[/color]" will result in "My favorite color is red", and typing "My favorite background color is [highlight yellow]yellow[/highlight]" will result in "My favorite background color is yellow".