Code:
[b]Bold[/b] text
Result:
Bold text
Code:
[code]<!/--code here--/!>
[/code]
Result:
Code:
<!/--code here--/!>
Or:
Code:
[code=xml]<?xml version="1.0" encoding="|utf-8|"?>
[/code]
Result:
Or:
Code:
[code=php]<? echo('Hello World!'); ?>
[/code]
Result:
Code:
[color=red]Red Coloured Text[/color]
Result:
Red Coloured Text
Code:
[i]Text in italics[/i]
Result:
Text in italics
Code:
[linethrough]Linethrough Text[/linethrough]
Result:
Linethrough Text
Code:
[overline]Overlined Text[/overline]
Result:
Overlined Text
Code:
[p]This is a paragraph[/p][p]This is another paragraph[/p]
Result:
This is a paragraph
This is another paragraph
Code:
[quote]Quote Text[/quote]
Result:
Quote Text
or
Code:
[quote=Somebody]Quote Text[/quote]
Result:
Quote Text
Code:
[size=20]Size Text[/size]
Result:
Size Text
Code:
[smallcaps]Small Capitals Text[/smallcaps]
Result:
Small Capitals Text
Code:
[spoiler]This is a spoiler[/spoiler]
Result:
Or
Code:
[spoiler=something or other]This is another spoiler[/spoiler]
Result:
Code:
[sub]Subscript Text[/sub]
Result:
Subscript Text
Code:
[sup]Superscript Text[/sup]
Result:
Superscript Text
Code:
[u]Underlined Text[/u]
Result:
Underlined Text
Code:
[url]http://crispcreations.co.uk[/url]
Result:
http://crispcreations.co.uk
or
Code:
[url=http://crispcreations.co.uk]CrispCreations[/url]
Result:
CrispCreations
BBCode is an abbreviation for Bulletin Board Code, the lightweight markup language used to format posts in many forums (also known as message or bulletin boards). It is also called forum codes. Many forums don't allow users to directly input HTML markup in their posts as it poses a security risk. BBCode provides tags which allows users to simulate HTML tags.
The available tags are usually indicated by rectangular brackets surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand, usually HTML or XHTML.