| Code |
Example |
Markup
|
[B]Bold[/B]
|
Bold
|
[U]Underlined[/U]
|
Underlined
|
[I]Italic[/I]
|
Italic
|
[SIZE=4]Bigger[/SIZE]
|
Bigger
|
[FONT=Courier]Courier[/FONT]
|
Courier
|
[COLOR=red]Red[/COLOR]
|
Red
|
[COLOR=#ff0000]Red[/COLOR]
|
Red
|
Lists
|
[LIST=1] [*]Numbered [*]list [/LIST]
|
- Numbered
- list
|
[LIST=A] [*]Ordered [*]list [/LIST]
|
- Ordered
- list
|
[LIST=I] [*]Ordered [*]list [/LIST]
|
- Ordered
- list
|
[LIST] [*]Common [*]list [/LIST]
|
|
Special
|
[HR]
|
|
[CODE] if (true) { document.write('true'); } [/CODE]
|
Code:
if (true) { document.write('true'); }
|
[QUOTE=Newbie]How does that work? [/QUOTE]
|
Newbie wrote:
How does that work?
|
[QUOTE]More info in the manual [/QUOTE]
|
Quote:
More info in the manual
|
Links
|
[URL=http://www.ileos.nl/]Ileos[/URL]
|
Ileos
|
[URL]http://www.ileos.nl[/URL]
|
http://www.ileos.nl
|
[EMAIL=Site@Ileos.nl]Email[/EMAIL]
|
Email
|
[EMAIL]Site@Ileos.nl[/EMAIL]
|
Site@Ileos.nl
|