Table of Contents

BB Code List for Joo!BB

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.

Standard

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

Alignment

With those tags you can format the alignment of your text left, center or right.

Usage

Example Usage

Example Output

this text is left-aligned
this text is center-aligned
this text is right-aligned
this is a justified text, this is a justified text, this is a justified text, this is a justified text, this is a justified text, this is a justified text,this is a justified text, this is a justified text

HTML Output

Color

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

Size

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

Font

This tag allows you to change the font of the text.

Usage

Example Usage

Example Output
this is a courier text

HTML Output

Email

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

URL

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

Code

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

  1. <?php
  2. echo "Hello PHP World";
  3. ?>

HTML Output

The HTML Output can varying due to the possibility to customize it in GeSHi.

Image

This tag allows you to embed an image.

Usage

Example Usage

Example Output

HTML Output

No Parse

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