De volgende bb codes worden ondersteund
| Code | Voorbeeld | Resultaat |
|---|---|---|
| b | [b]Bold[/b] text | Bold text |
| i | [i]Italic[/i] text | Italic text |
| quote | [quote=Shakespeare]Cry havoc and let slip the dogs of war[/quote] |
Shakespeare
Cry havoc and let slip the dogs of war |
| code | [code]Console.WriteLine("Hello World.");[/code] | Console.WriteLine("Hello World."); |
| color | [color=red]Gevaar![/color] | Gevaar! |
| size | [size=130]groot[/size]-[size=80]klein[/size] | groot-klein |
| center | [center]Midden[/center] |
Midden |
| align | [align=right]Rechts[/align] |
Rechts |
| img | [img]/res/Image.gif[/img] | ![]() |
| url | [url]http://www.mydomain.com/[/url] | http://www.mydomain.com/ |
| [url=http://www.mydomain.com/]Home[/url] | Home | |
| [email=info@mydomain.com]Email us[/email] | Email us | |
| list | [list] [*]een [*]twee [*]drie [/list] |
|
| [list=1] [*]een [*]twee [*]drie [/list] |
| |
| [list=a] [*]een [*]twee [*]drie [/list] |
|