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]
user@domain.com

BB Code
You Type We Show
[email=user@domain.com]
Click here!
[/email]
Click here!

BB Code
You Type We Show
[url]
http://www.domain.com
[/url]
http://www.domain.com

BB Code
You Type We Show
[url=http://www.domain.com]
Click here!
[/url]
Click here!

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://www.fansoflive.com/forums/style_images/blackmountain/folder_post_icons/icon11.gif
[/img]
IPB Image

BB Code
You Type We Show
[list]
[*]List Item [*]List Item
[/list]
  • List Item
  • List Item

BB Code
You Type We Show
[list=1]
[*]List Item [*]List Item
[/list]
  1. List Item
  2. List Item

BB Code
You Type We Show
[list=a]
[*]List Item [*]List Item
[/list]
  1. List Item
  2. List Item

BB Code
You Type We Show
[list=i]
[*]List Item [*]List Item
[/list]
  1. List Item
  2. List Item

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
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.
You Type We Show
[snapback]
100
[/snapback]
*

Right
Aligns content to the right of the posting area
You Type We Show
[right]
Some text here
[/right]
Some text here

Left
Aligns content to the left of the post
You Type We Show
[left]
Left aligned text
[/left]
Left aligned text

Center
Aligns content to the center of the posting area.
You Type We Show
[center]
Centered Text
[/center]
Centered Text

Topic Link
This tag provides an easy way to link to a topic
You Type We Show
[topic=100]
Click me!
[/topic]
Click me!

Post Link
This tag provides an easy way to link to a post.
You Type We Show
[post=100]
Click me!
[/post]
Click me!

CODEBOX
Use this BBCode tag to show a scrolling codebox. Useful for long sections of code.
You Type We Show
[codebox]
long_code_here = ';
[/codebox]
CODE
long_code_here = ';

Marquee
This will allow you to have scrolling text going up, down, left, or right
You Type We Show
[marquee=right]
this is a example
[/marquee]
this is a example

YouTube
Use this to embed a YouTube video
You Type We Show
[youtube]
VIDEO ID
[/youtube]
YouTube 4:3
Use this to embed a 4:3 YouTube video
You Type We Show
[youtube43]
VIDEO ID
[/youtube43]
Sound Cloud
Use this to embed a Sound Cloud video
You Type We Show
[soundcloud]
soundcloud url
[/soundcloud]