BB Code Guide

Jober68

Member
Messages
63
Reaction score
0
Points
6
For those of you who don't know BB Code is what almost all forums use for posting. Just a little guide I worked up many sites include something similar.

Here are some BB codes you can use on this forum.

Bold Text

CODE
This is sample text
Code:
[b]This is sample text[/b]

----------
Italic Text

CODE
This is sample text
Code:
[i]This is sample text[/i]

----------
Underline Text

CODE
This is sample text
Code:
[u]This is sample text[/u]

----------
Change Text Font

CODE
This is sample text
Code:
[font=Arial]This is sample text[/font]

** The only fonts you can use are:
Arial
Times
Courier
Impact
Geneva
Optima
----------
Change Text Size

CODE
This is sample text
Code:
[size=1]This is sample text[/size]

** You may only use numbers 1 - 14
----------
Change Text Color

CODE
This is sample text
Code:
[color=blue]This is sample text[/color]

** The only "name" colors you can use are:
Blue
Red
Purple
Orange
Yellow
Gray
Green
*** You can also enter the hex code number, of a color, in place of the color name.
----------
Place a link

CODE
url to web site
Code:
[url=http://www.yoursitehere.com]url to web site[/url]

----------
Place a link with image

CODE
picturehere
Code:
[url=http://www.picturelink.com]picturehere[/url]

----------
Quote

CODE
This is sample text
Code:
[quote]This is sample text[/quote]

----------
Quote with name added

CODE
Billy said:
This is sample text
Code:
[quote=Billy]This is sample text[/quote]

---------
Code

CODE
Code:
This is sample text
Code:
[code]This is sample text
[/code]


----------
List

CODE
  • First Item
  • Second Item

Code:
[list]
[*]First Item
[*]Second Item
[/list]


----------
Draw a horizontal line across the page

CODE




--------------------------------------------------------------------------------

----------
CENTER code

CODE
[align=center]This is sample text[/align]
Code:
[align=center]This is sample text[/align]

----------
RIGHT alignment code

CODE
[align=right]This is sample text[/align]
Code:
[align=right]This is sample text[/align]

----------
Subscript

CODE
[sub]Subscript sample text[/sub]
Code:
[sub]Subscript sample text[/sub]

----------
Superscript

CODE
[sup]Superscript sample text[/sup]
Code:
[sup]Superscript sample text[/sup]

----------
To create ®

CODE
®


----------
To create ©

CODE
©


----------
To create ™

CODE
(tm)
================================================

By: Jober68©
 
Top