What is BBCode?
BBCode is a style of very simple markup language created for bulletin boards and used throughout the internet. OurUNO.com uses a subset of these tags to allow for basic formatting of reviews and other information. You may use these tags on any form field that has "BBCode Okay" next to it.
| Tags Used By OurUNO.com | |
| Example Code | Example Output |
| [i]Italic Text[/i] | Italic Text |
| [b]Bold Text[/b] | Bold Text |
| [u]Underlined Text[/u] | Underlined Text |
| [url]http://www.velvetcache.org/[/url] | http://www.velvetcache.org/ |
| [url=http://www.velvetcache.org/]VelvetCache[/url] | VelvetCache |
| [ul] [li]Item One[/li] [li]Item Two[/li] [/ul] |
|
You can, of course, nest them however you see fit.
[b]This is bold.[/b] [i]This is italic.[/i] [i][b]This is both.[/b][/i]
Yields...
This is bold. This is italic. This is both.