Banner Ad

BBCode Reference

Jeff Davis
Posted 06/01/2012




BBCode Reference

BBCode is short for Bulletin Board Code. It is used as a way for formatting posts made on message boards, blogs and more. It is similar to HTML in the sense that in BBCode one does also use tags to format something specific (contained within the tag). In BBCode tags are indicated by rectangular brackets surrounding a keyword, which is in turn transformed into HTML before being delivered to a web browser.


BBCode was implemented as method of providing a safer and easier way of allowing posts to be formatted on forums. Before BBCode forums sometimes allowed users to include HTML code in their posts, which had many security issues (i.e. the user could execute javascript code, break the layout of the site and so on). With BBCode being parsed by the forum scripts it is easier to control what the user can do and can not do (allowing or not allowing specific BBCode tags).

On this site we support the following BBCodes. Links, Image and Youtube vidoes have been disabled for classifieds.

Markup Syntax Example
Bold [b]{text}[/b] This is a [b]test[/b]
This is a test

Italic [i]{text}[/i] This is a [i]test[/i]
This is a test

Underline [u]{text}[/u] This is a [u]test[/u]
This is a test

Heading1 [h1]{text}[/h1] [h1]This is a test[/h1]

This is a test


Heading2 [h2]{text}[/h2] [h2]This is a test[/h2]

This is a test


Heading3 [h3]{text}[/h3] [h3]This is a test[/h3]

This is a test


Heading4 [h4]{text}[/h4] [h4]This is a test[/h4]

This is a test


Heading5 [h5]{text}[/h5] [h5]This is a test[/h5]
This is a test

Heading6 [h6]{text}[/h6] [h6]This is a test[/h6]
This is a test

Center [center]{text}[/center] [center]This is a test[/center]
This is a test

Left [left]{text}[/left] [left]This is a test[/left]
This is a test

Right [right]{text}[/right] [right]This is a test[/right]
This is a test

Quote [quote]{text}[/quote] [quote]This is a test[/quote]
This is a test

Code [code]{text}[/code] [code]This is a test[/code]
This is a test

Size [size={number}]{text}[/size] This is a [size=24]test[/size]
This is a test

Color [color={colour}]{text}[/color] This is a [color=#FF0000]test[/size]
This is a test

[ul]
[li]Item one[/il]
[li]Item two[/il]
[/ul]
List [ul]{items}[/ul]
List Item [li]{text}[/li]
  • Item one
  • Item two

Link1 [url]{url}[/url] [url]http://gundogcentral.com[/url]
http://gundogcentral.com

Link2 [url={url}]{text}[/url] [url=http://hounddogcentral.com]Hounddog Central[/url]
Hounddog Central

Image [img]{url}[/img] [img]http://gundogcentral.com/assets/login_banner.jpg[/img]

Youtube [youtube]{id}[/youtube] [youtube]5XbtPPZu0aM[/youtube]