Description: Makes the enclosed text bold.
Syntax: Text
Example: This is bold text.
Result: This is bold text.
Italic
Description: Makes the enclosed text italic.
Syntax: Text
Example: This is italic text.
Result: This is italic text.
Underline
Description: Makes the enclosed text underlined.
Syntax: Text
Example: This is underlined text.
Result: This is underlined text.
Color (alt. 1)
Description: Changes the color of the enclosed text.
Syntax: Text
Example: This is blue text.
Result: This is blue text.
Remarks: What colors are valid depends on the browser. If you use the basic colors (red, green, blue, yellow,
pink etc) you should be safe. .
Color (alt. 2)
Description: Changes the color of the enclosed text.
Syntax: [color=#RGB]Text[/color]
Example: This is blue text.
Result: This is blue text.
Remarks: RGB must be a six digit hexadecimal number.
Size
Description: Sets the size of the enclosed text.
Syntax: [size=n]text[/size]
Example: This is size 4.
Result: This is size 4.
Remarks: n must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.
Font
Description: Sets the type-face (font) for the enclosed text.
Syntax: Text
Example: Hello world!
Result: Hello world!
Remarks: You specify alternative fonts by separating them with a comma.
Hyperlink (alt. 1)
Description: Inserts a hyperlink.
Syntax: URL
Example: http://domain.com/
Result: http://domain.com/
Remarks: This tag is superfluous; all URLs are automatically hyperlinked.
Hyperlink (alt. 2)
Description: Inserts a hyperlink.
Syntax: Link text
Example: TorrentBits
Result: TorrentBits
Remarks: You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.
Image (alt. 1)
Description: Inserts a picture.
Syntax: [img=URL]
Example:
Result:
Remarks: The URL must end with .gif, .jpg or .png.
Description: Inserts a picture.
Syntax: [img]URL[/img]
Example:
Result:
Remarks: The URL must end with .gif, .jpg or .png.
[/img]
Result:
Remarks: The URL must end with .gif, .jpg or .png.
Quote (alt. 1)
Description: Inserts a quote.
Syntax:
Quote:
Quoted text
Example:
Quote:
The quick brown fox jumps over the lazy dog.
Result: Quote:
The quick brown fox jumps over the lazy dog.
Quote (alt. 2)
Description: Inserts a quote.
Syntax:
Author wrote:
Quoted text
Example:
John Doe wrote:
The quick brown fox jumps over the lazy dog.
Result: John Doe wrote:
The quick brown fox jumps over the lazy dog.
List
Description: Inserts a list item.
Syntax: Text
Example: This is item 1 This is item 2
Result: This is item 1
This is item 2
Preformat
Description: Preformatted (monospace) text. Does not wrap automatically.
Syntax: Text
Example: This is preformatted text.
Result: This is preformatted text.