BBCode is a short for Bulletin Board Code. If you wish more information about BBCodes, please visit www.bbcode.org. This BB Code List shows you the codes available in Joo!BB.
With the standard tags you can format your text bold, italic and underlined.
Usage
Example Usage
Example Output
this is a bold text
this is an italic text
this is an underlined text
HTML Output
With those tags you can format the alignment of your text left, center or right.
Usage
Example Usage
Example Output
HTML Output
This tag allows you to change the color of the text.
Usage
Example Usage
Example Output
this is a blue text
this is a red text
HTML Output
This tag allows you to change the size of the text.
Usage
Example Usage
Example Output
this is a text of size three
this is a text two sizes larger than normal
this is a thirty two pixels large text
HTML Output
This tag allows you to change the font of the text.
Usage
Example Usage
Example Output
this is a courier text
HTML Output
This tag allows you to create a link to an email address.
Usage
Example Usage
Example Output
joobb@example.com
email to Joo!BB
HTML Output
This tag allows you to create a link to an other ressource.
Usage
Example Usage
Example Output
www.example.com
link to example
example.com via http
example.com via ftp
example.com via gopher
example.com via telnet
HTML Output
This tag allows you to highlight code snippets. The Joo!BB Parse Engine is using the fabulous GeSHi (Generic Syntax Highlighter) to highlight the syntax of the code. Following languages are supported by Joo!BB as standard. Of course you can add more languages by yourself.
Usage
Example Usage
[code=php]
<?php
echo “Hello PHP World”;
?>
[/code]
Example Output
<?php echo "Hello PHP World"; ?>
HTML Output
The HTML Output can varying due to the possibility to customize it in GeSHi.
This tag allows you to embed an image.
Usage
Example Usage
Example Output
HTML Output
This tag allows you to avoid the parsing of BB Code within the tag.
Usage
Example Usage
Example Output
[b]the tags within the no parse tag will be not parsed[/b]
HTML Output