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;7239744]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
Blank Cell
Adds a blank cell for better formatting
Usage
[blankcell=Option]value[/blankcell]
Example Usage
Example Output
Cell
Add Cell
Usage
[cell=Option]value[/cell]
Example Usage
Example Output
Table Column
Used at the "td" code when building HTML style tables
Usage
[column]value[/column]
Example Usage
Example Output
Definition
This tag allows you to add a definition to terms, so that more details can be given.
Usage
[define=Option]value[/define]
Example Usage
[define=The best Auto Site on the web]AutomotiveForums.com[/define]
Example Output
AutomotiveForums.com
FAQ Expander
Allows you to have better condensed FAQ topics by Showing the Questions only and if the user wants to see the answer would click on the button to expand.
Usage
[FAQExpand=Option]value[/FAQExpand]
Example Usage
Question [FAQExpand=""]The answer is shown here[/FAQExpand]
Example Output
Question [FAQExpand=""]The answer is shown here[/FAQExpand]
Grid
Make a Table
Usage
[grid=Option]value[/grid]
Example Usage
[grid="your attributes"]Table content[/grid]
Example Output
Table content
Horizontal Rule - Blue
This BBCode allows you to add BLUE horizontal lines in your post, the number 1 can be any text which the code needs to create the horizontal line, the text will not show.
Usage
[hr-b]value[/hr-b]
Example Usage
[hr-b]1[/hr-b]
Example Output
Horizontal Rule - Red
This BBCode allows you to add RED horizontal line in your post, the number 1 can be any text which the code needs to create the horizontal line, the text will not show.
Usage
[hr-r]value[/hr-r]
Example Usage
[hr-r]5[/hr-r]
Example Output
img tool tip
Gives a tool tip for the image
Usage
[imgtooltip=Option]value[/imgtooltip]
Example Usage
[imgtooltip=http://santafemods.com/Forum/AF/CamaroStats/1968Small-korndog.jpg]image provided by member: korndog[/imgtooltip]
Example Output
linkID
Usage
[linkID=Option]value[/linkID]
Example Usage
[linkID=www.altavista.com]this is one of the best search engines[/linkID]
Example Output
[linkID=www.altavista.com]this is one of the best search engines[/linkID]
marquee
This vb code allows you to add a marquee in your post.
Usage
[marquee]value[/marquee]
Example Usage
[marquee]Automotive Forums . com The best auto site on the web.[/marquee]
Example Output
Row
This code adds a row. And its used in conjunction with the [table] amd [column] BB codes to build a table the same way a HTML table is constructed.
One would set up the [table] and then use the [row] and [column] codes to create the table entries.
Usage
[row]value[/row]
Example Usage
Example Output
Showing a vbcode/bbcode
Shows a BBCODE / vbcode tag in a post without parsing it.
Usage
[SHOWBBCODE=Option]value[/SHOWBBCODE]
Example Usage
[SHOWBBCODE="B"]youtube[/SHOWBBCODE]
Example Output
[SHOWBBCODE="B"]youtube[/SHOWBBCODE]
Sign
Adds text to a sign
Usage
[signtext]value[/signtext]
Example Usage
[signtext]Look at me![/signtext]
Example Output
Look at me!
Spoiler
Use this to hide important information which might spoil a movie, program, etc for other users.
Usage
[Spoiler=Option]value[/Spoiler]
Example Usage
[spoiler=Text goes here]The answer is shown here[/spoiler]
Example Output
[spoiler=Text goes here]The answer is shown here[/spoiler]
Streetfire Video Embed
Paste the video= part of the video from Streetfire.net.
Such as dbba7500-d88f-4ecd-8649-9bc601511392
Allows you to strike through a word or words that you no longer want, but still want to show within the post.
Usage
[strike]value[/strike]
Example Usage
[strike]This text is striked[/strike]
Example Output
This text is striked
Tab
This bbcode allows you to tab as you would in any document.
Usage
[tab]value[/tab]
Example Usage
[tab]1[/tab]
Example Output
 
Table
Use in conjunction with the [row] & [column] BB codes to build a table the same way and HTML table is constructed. [table] sets up the table and then use [row] and [column] to create the table entries.