BB code is a set of tags based on the HTML language that you may already be familiar with.
They allow you to add formatting to your messages in the same way as HTML does,
but have a simpler syntax and will never break the layout of the pages you are viewing.
The ability to use BB code is set on a forum-by-forum basis by the administrator,
so you should check the forum rules when you post a new message.
Below is a list of the BB code tags you can use to format your messages.
The [list] tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage
[list]value[/list]
Example Usage
[list] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
Advanced Lists
The [list] tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
Usage
[list=Option]value[/list]
Example Usage
[list=1] [*]list item 1 [*]list item 2 [/list]
[list=a] [*]list item 1 [*]list item 2 [/list]
Example Output
list item 1
list item 2
list item 1
list item 2
Images
The [img] tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to make images become links.
The [php] tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages.
[quote]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe]Lorem ipsum dolor sit amet[/quote]
[quote=John Doe;2689203]Lorem ipsum dolor sit amet[/quote]
Example Output
Quote:
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Quote:
Originally Posted by John Doe
Lorem ipsum dolor sit amet
Stop BB Code Parsing
The [noparse] tag allows you to stop the parsing of BB code.
Usage
[noparse][b]value[/b][/noparse]
Example Usage
[noparse][b]Lorem ipsum dolor sit amet[/b][/noparse]
Example Output
[b]Lorem ipsum dolor sit amet[/b]
Attachment
The [attach] tag allows you to display an attachment in your post rather than at the bottom. It will only display attachments that belong to the post in which it is utilized.
Usage
[attach]attachmentid[/attach]
Example Usage
[attach]12345[/attach]
Example Output
Align
Allows users to add align statements.
[align=left]
[align=center]
[align=right]
Usage
[align=Option]value[/align]
Example Usage
[align=center]center aligned text[/align]
Example Output
center aligned text
Float Left
Aligns the item to left and allows text to wrap on the right. Note that block elements such as [img] may cause signatures to wrap if placed at the end of a post.
Usage
[floatleft]value[/floatleft]
Example Usage
[floatleft]...blahblah...[/floatleft] Text that will wrap on the right.
Example Output
...blahblah...
Text that will wrap on the right.
Float Right
Aligns the element to the right side of the screen and allows text to wrap on left. Note: block elements such as [img] may end up wrapping into your signature if placed at the end of a post.
Usage
[floatright]value[/floatright]
Example Usage
[floatright]...blah blah...[/floatright]Text that will wrap on the left.
Example Output
...blah blah...
Text that will wrap on the left.
Hidden
This tag is used to hide text or images (like spoilers) from immediate view when browsing posts. The hidden content can be shown with the press of a button.
Usage
[hidden]value[/hidden]
Example Usage
[hidden]Hidden Text[/hidden]
Example Output
Show spoiler
Hidden Text
Preformatted Text
The pre element defines preformatted text. The text enclosed in the pre element preserves spaces and line breaks.
Usage
[pre]value[/pre]
Example Usage
[pre]Preformatted text goes here ...all the way over here.[/pre]
Example Output
Preformatted text goes here ...all the way over here.
S
The [s] tag allows you to cross out text.
Usage
[s]value[/s]
Example Usage
[s]Strikethrough[/s]
Example Output
Strikethrough
Scroll
Creats a container around the text that allows you to set a height. If it exceeds this height, it scrolls.
Usage
[scroll]value[/scroll]
Example Usage
[scroll]abc[/scroll]
Example Output
abc
Spoiler
This tag is used to hid information that may be considered spoilers by some.
Usage
[spoiler]value[/spoiler]
Example Usage
[spoiler]Spoiler Info[/spoiler]
Example Output
spoiler:
Spoiler Info
youtube
Embed a YouTube video clip into the post. Put the ID or YouTuve URL of the video clip to show inside the tag. (Members who have turned off the option to show images in posts will get a link to the video instead.)
For example to embed http://www.youtube.com/watch?v=rXVT0Khzdhs you put either rXVT0Khzdhs or http://www.youtube.com/watch?v=rXVT0Khzdhs between the youtube tags.