Using BB Code
BBCode is a variation on the HTML tags you may already be familiar with. Basically, it allows you to add functionality or style to your message that would normally require HTML. You may want to use BBCode, because there is less coding required and it is safer to use (incorrect coding syntax will not lead to as many problems).
You can use BBCode for all textareas, where a link to this help is placed.
Please note: Admins can disable any BBCode, so not all installations of SimpGB will support all BBCodes available. This help only will describe the BBCodes admin has enabled for this installation of SimpGB.


Email Links
To add a hyperlinked email address within your message, just encase the email address as shown in the following example (BBCode is in blue).

[email]bar@foo.de[/email]

In the example above, the BBCode automatically generates a hyperlink to the email address that is encased.

Adding Images
To add a graphic within your message, just encase the URL of the graphic image as shown in the following example (BBCode is in blue).

[img]http://www.foo.bar/images/image.gif[/img]


In the example above, the BBCode automatically makes the graphic visible in your message. Note: the "http://" part of the URL is REQUIRED for the [img] code.
Bold
You can make text bold by encasing the applicable sections of your text with the [b] [/b] tags.

Hello, [b]Tom[/b]
Italics
You can make italicized text by encasing the applicable sections of your text with the [i] [/i] tags.

Hello, [i]Jerry[/i]
centered text
You can center text by encasing the applicable sections of your text with the [center] [/center] tags.

Hello, [center]Jerry[/center]
Will produce:
Hello,
Jerry
changing alignment
You can change alignment of text by encasing the applicable sections of your text with the [align=alignment] [/align] tags.

Hello, [align=right]Jerry[/align]
Will produce:
Hello,

Jerry

change textsize
You can change textsize by encasing the applicable sections of your text with the [size=size] [/size] tags.

Hello, [size=5]Jerry[/size]
change fontface
You can change fontface by encasing the applicable sections of your text with the [font=fontface] [/font] tags.

Hello, [font=Comic Sans MS]Tom[/font]
Color Text
You can make colored text by encasing the applicable sections of your text with [color=color] [/color] tags.

Hello, [color=green]Tom[/font]
Hello, [color=yellow]Jerry[/font]
Bullets
You can make bulleted lists or ordered lists (by number or letter).

Unordered, bulleted list:

[list]
[*]This is the first bulleted item.
[*]This is the second bulleted item.
[/list]

This produces:
  • This is the first bulleted item.
  • This is the second bulleted item.
Note that you must include a closing [/list] when you end each list.

Making ordered lists is just as easy. Just add either [LIST=A] or [LIST=1]. Typing [List=A] will produce a list from A to Z. Using [List=1] will produce numbered lists.

Here's an example:

[list=A]
[*] This is the first bulleted item.
[*] This is the second bulleted item.
[/list]

This produces:
  1. This is the first bulleted item.
  2. This is the second bulleted item.
Quoting
To reference something specific enclose it as shown below (BBCode is in blue).

[QUOTE]Ask not what your country can do for you....
ask what you can do for your country.[/QUOTE]


In the example above, the BBCode automatically blockquotes the text you reference.
Code Tag
Similar to the Quote tage, the Code tag adds some <PRE> tags to preserve formatting. This useful for displaying programming code, for instance.

[CODE]#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello World!"; [/CODE]

In the example above, the BBCode automatically blockquotes the text you reference and preserves the formatting of the coded text.
Scroller
You can let text scroll vertical or horizontal (Result only visible for users of InternetExplorer).
For a horizontal [scroll][/scroll].

[scroll]jerry[/scroll]
jerry