What is BB Code?
BB Code is a quick and easy way to add effects or formatting to your posts.
It is used in a similar format to HTML tags which you may already be familiar with.
Below is a quick guide to the most common BB Code uses.
BB Code
You Type |
We Show |
[b] This is sample text [/b] |
This is sample text |
BB Code
You Type |
We Show |
[s] This is sample text [/s] |
This is sample text |
BB Code
You Type |
We Show |
[i] This is sample text [/i] |
This is sample text |
BB Code
You Type |
We Show |
[u] This is sample text [/u] |
This is sample text |
BB Code
You Type |
We Show |
[email] user@domain.com [/email] |
BB Code
You Type |
We Show |
[email=user@domain.com] Click here! [/email] |
BB Code
You Type |
We Show |
[url] http://www.domain.com [/url] |
BB Code
You Type |
We Show |
[url=http://www.domain.com] Click here! [/url] |
BB Code
You Type |
We Show |
[size=7] This is sample text [/size] |
This is sample text |
BB Code
You Type |
We Show |
[font=times] This is sample text [/font] |
This is sample text |
BB Code
You Type |
We Show |
[color=red] This is sample text [/color] |
This is sample text |
BB Code
You Type |
We Show |
[img] http://5354415247415445504f5254414c.net/style_images/rogue/folder_post_icons/icon11.gif [/img] |
|
BB Code
You Type |
We Show |
[list] [*]List Item [*]List Item [/list] |
|
BB Code
You Type |
We Show |
[list=1] [*]List Item [*]List Item [/list] |
|
BB Code
You Type |
We Show |
[list=a] [*]List Item [*]List Item [/list] |
|
BB Code
You Type |
We Show |
[list=i] [*]List Item [*]List Item [/list] |
|
BB Code
You Type |
We Show |
[quote] This is sample text [/quote] |
QUOTE This is sample text |
BB Code
You Type |
We Show |
[code] $this_var = "Hello World!"; [/code] |
CODE $this_var = "Hello World!"; |
BB Code
You Type |
We Show |
[sql] SELECT t.tid FROM a_table t WHERE t.val="This Value" [/sql] |
SQL SELECT t.tid FROM a_table t WHERE t.val = "This Value" |
BB Code
You Type |
We Show |
[html] <a href="test/page.html">A Test Page</a> [/html] |
HTML < a href =" test/page.html ">A Test Page< /a > |
Post Snap Back
You Type |
We Show |
[snapback] 100 [/snapback] |
|
This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default. |
|
Right
You Type |
We Show |
[right] Some text here [/right] |
Some text here |
Aligns content to the right of the posting area |
|
Left
You Type |
We Show |
[left] Left aligned text [/left] |
Left aligned text |
Aligns content to the left of the post |
|
Center
You Type |
We Show |
[center] Centered Text [/center] |
Centered Text |
Aligns content to the center of the posting area. |
|
Topic Link
You Type |
We Show |
[topic=100] Click me! [/topic] |
|
This tag provides an easy way to link to a topic |
|
Post Link
You Type |
We Show |
[post=100] Click me! [/post] |
|
This tag provides an easy way to link to a post. |
|
CODEBOX
You Type |
We Show |
[codebox] long_code_here = '; [/codebox] |
CODE long_code_here = '; |
Use this BBCode tag to show a scrolling codebox. Useful for long sections of code. |
|