| Description: | Makes the enclosed text bold.
|
| Syntax: | [b]Text[/b]
|
| Example: | [b]This is bold text.[/b]
|
| Result: | This is bold text.
|
| Description: | Makes the enclosed text italic.
|
| Syntax: | [i]Text[/i]
|
| Example: | [i]This is italic text.[/i]
|
| Result: | This is italic text.
|
| Description: | Makes the enclosed text underlined.
|
| Syntax: | [u]Text[/u]
|
| Example: | [u]This is underlined text.[/u]
|
| Result: | This is underlined text.
|
| Description: | Changes the color of the enclosed text.
|
| Syntax: | [color=Color]Text[/color]
|
| Example: | [color=blue]This is blue text.[/color]
|
| 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.
|
| Description: | Changes the color of the enclosed text.
|
| Syntax: | [color=#RGB]Text[/color]
|
| Example: | [color=#0000ff]This is blue text.[/color]
|
| Result: | This is blue text.
|
| Remarks: | RGB must be a six digit hexadecimal number.
|
| Description: | Sets the size of the enclosed text.
|
| Syntax: | [size=n]text[/size]
|
| Example: | [size=4]This is size 4.[/size]
|
| Result: | This is size 4.
|
| Remarks: | n must be an integer in the range 1 (smallest) to 7 (biggest). The default size is 2.
|
| Description: | Sets the type-face (font) for the enclosed text.
|
| Syntax: | [font=Font]Text[/font]
|
| Example: | [font=Impact]Hello world![/font]
|
| Result: | Hello world!
|
| Remarks: | You specify alternative fonts by separating them with a comma.
|
| Description: | Inserts a hyperlink.
|
| Syntax: | [url]URL[/url]
|
| Example: | [url]http://torrentbits.org/[/url]
|
| Result: | http://torrentbits.org/
|
| Remarks: | This tag is superfluous; all URLs are automatically hyperlinked.
|
| Description: | Inserts a hyperlink.
|
| Syntax: | [url=URL]Link text[/url]
|
| Example: | [url=http://torrentbits.org/]TorrentBits[/url]
|
| Result: | TorrentBits
|
| Remarks: | You do not have to use this tag unless you want to set the link text; all URLs are automatically hyperlinked.
|
| Description: | Inserts a picture.
|
| Syntax: | [img=URL]
|
| Example: | [img=http://torrentbits.org/pic/logo.gif]
|
| Result: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Description: | Inserts a picture.
|
| Syntax: | [img]URL[/img]
|
| Example: | [img]http://torrentbits.org/pic/logo.gif[/img]
|
| Result: |
|
| Remarks: | The URL must end with .gif, .jpg or .png.
|
| Description: | Inserts a quote.
|
| Syntax: | [quote]Quoted text[/quote]
|
| Example: | [quote]The quick brown fox jumps over the lazy dog.[/quote]
|
| Result: | Quote: | The quick brown fox jumps over the lazy dog. |
|
| Description: | Inserts a quote.
|
| Syntax: | [quote=Author]Quoted text[/quote]
|
| Example: | [quote=John Doe]The quick brown fox jumps over the lazy dog.[/quote]
|
| Result: | John Doe wrote: | The quick brown fox jumps over the lazy dog. |
|
| 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
|
| Description: | Preformatted (monospace) text. Does not wrap automatically.
|
| Syntax: | [pre]Text[/pre]
|
| Example: | [pre]This is preformatted text.[/pre]
|
| Result: | This is preformatted text.
|