The Basics The first thing to know about BBcode, is how to correctly set up and use the codes.
Similar to HTML, BBcode uses an opening and a closing tag, surrounding the piece of text that you wish the code to be applied to.
In BBcode, each "code" is inputted by surrounding it with a square bracket and ending with a closing square bracket. Each closing tag is opened with a square bracket, and a backslash (to indicate an end or closing tag) followed by a closing square bracket.
Here is a quick view of what I mean...
[Example Code]Text to be manipulated[/Closing example code]
A Breakdown of each quickly available code on the reply function of this forum:
The first and most basic BBcode is the
Boldfunction. The bold function is represented by the letter B. To bold a piece of text, open with a square bracket, followed by a B, and closed with another square bracket. Capitalization is not important. Next, type the message that you want to be bolded, and finally finish off with a closing tag. Type a square bracket, a backslash, another B, and finally a closing square bracket.
Here is an example[b]Here is an example[/b]
There are also many other functions related directly to the text. The
italicize function is performed in the same way as the
bold, only instead of the letter B, it uses the letter I. Finally there is also the
underline function, which is denoted by the letter U.
Here is an example of italics[i]Here is an example of italics[/i]
Here is an example of underline[u]Here is an example of underline[/u]
There are also some less common text features. These include the strikethrough, glow and marquee effects. Font size and face can also be changed.
The
strikethrough feature is performed the same way as the bold, italic and underline functions, just using an S instead of a corresponding B, I or U.
Here is an example[s]Here is an example[/s]