BB Code
How and Why BB Code?
BBCode was devised to provide a safer, easier and more limited way of allowing users to format their messages. Programmer convenience was certainly another factor, as BBCode is very simple to implement.
Previously, many message boards allowed the users to include HTML formatting, a side effect of which was that malformed HTML could disrupt the entire page's layout.
Although the basic tags of BBCode are similar in most internet forum software, there is currently no standards document for BBCode and there are consequently many incompatible variants. Some variants are case-sensitive while others are not.
Original Source
BBCode Tags
- [b]bolded text[/b]
- [i]italicized text[/i]
- [u]underlined text[/u]
- [url]http://www.squidoo.com[/url]
- [url=http://www.squidoo.com]Squidoo[/url]
- [img]http://www.squoogle.com/themes/kosmos/images/logo.gif[/img]
- [quote]quoted text[/quote]
- [code]monospaced text[/code]
- [size=15]Large Text[/size]
- [color=red]Red Text[/color]
- [color=#FF0000]Red Text[/color]
Find out more about HTML
-
HTML Tips for Color
-
Color can be applied via HTML tags to fonts, borders and backgrounds. squidoo.com/basichtml and squidoo.com/advancedhtml show how to implement these colors. This lens however isn't going to show how the code is applied, but is a repository for the...
-
Basic HTML for Squidoo
-
Before you start reading all this, you may want to open Advanced HTML in a new tab, because you'll be wanting to check it out as soon as you've finished this! You can use basic HTML in a few of the lens modules. Mostly used to create hyperlinks (the...
-
Bulleted and Ordered Lists
-
You can easily make bulleted or numbered lists in the Text List module. Too easy! But if you want more control and more of a say on how the information is presented you'll need to learn to use three HTML tags. Lets say you want to display a list in...
-
Advanced HTML for Squidoo
-
The techniques shown here aren't much more advanced then what's in the Basic HTML tutorial. The code being used isn't any more special. But the results and presentation can appear to be more sophisticated. Hence it being the Advanced HTML tutorial. F...
