BBCode Practice

BBCode Practice
Enter your text in the textbox on the right, press the Results button and the results will be shown below.

There is also a reference further down the page with a list of tags and their functions.
Click here to go back to the BBCode tutorial.

Tag Reference

BBCode Result
[b]bold text[/b] bold text
[i]italic text[/i] italic text
[u]underlined text[/u] underlined text
[color="red"]red text[/color] or;
[color="#ff0000"]red text[/color]
red text or;
red text
[link="http://google.com"]link to google[/link] link to google
[size="30px"]this text is 30 pixels[/size]
Note: You must include the "px".
this text is 30 pixels
[center]centered text[/center]
centered text
[heading]heading[/heading]

Heading

[image="http://yourdomain.com/yourimage.jpg"][/image]
There may be more tags added in the future.

Misc Examples

BBCode Result
[b][i]bold and italic text[/i][/b] bold and italic text
[center][size="20px"][u]Heading[/u][/size][/center]
Heading
[heading]Heading[/heading]

Heading

[color="#ff0000"]red[/color] [color="green"]green[/green] [color="blue"]blue[/blue] red green blue
[color="red"][b]a[/b] [i]b[/i] [u]c[/u][/color] a b c