[B]Text[/B] |
With this code, you can render the message as bold text.
Le code [B]Text[/B] va devenir Text
|
[I]Text[/I] |
With this code, you can render the message as italic text.
Le code [I]Text[/I] va devenir Text
|
[EMAIL]name@email.com[/EMAIL] |
With this code, you can turn an email address into a link.
Le code [EMAIL]name@email.com[/EMAIL] va devenir name@email.com
|
[EMAIL=name@email.de]Name[/EMAIL] |
With this code, you can turn an email address into a link. (However, you can define the name of the link yourself.)
Le code [EMAIL=name@email.de]Name[/EMAIL] va devenir Name
|
[SIZE=3]Text[/SIZE] |
With this code, you can change the size of the text.
Le code [SIZE=3]Text[/SIZE] va devenir Text
|
[QUOTE]This text is quoted.[/QUOTE] |
With this code, you can insert quoted text.
Le code [QUOTE]This text is quoted.[/QUOTE] va devenir
Citation: |
This text is quoted. |
|
[U]Text[/U] |
With this code, you can render the message as underlined text.
Le code [U]Text[/U] va devenir Text
|
[COLOR=#0000FF]Text[/COLOR] |
With this code, you can change the color of the text.
Le code [COLOR=#0000FF]Text[/COLOR] va devenir Text
|
[FONT=ARIAL]Text[/FONT] |
With this code, you can change the font of the text.
Le code [FONT=ARIAL]Text[/FONT] va devenir Text
|
[CENTER]Centered Text[/CENTER] |
With this code, you can make the text be centered.
Le code [CENTER]Centered Text[/CENTER] va devenir Centered Text
|
[ALIGN=right]Aligned Text[/ALIGN] |
With this code, you can change the alignement of the text, images, etc. The possible options are "right", "left", "center" and "justify"
Le code [ALIGN=right]Aligned Text[/ALIGN] va devenir Aligned Text
|
[video]http://www.dailymotion.com/swf/x3vfqw[/video] |
Le code [video]http://www.dailymotion.com/swf/x3vfqw[/video] va devenir
|
[grow]http://www.samantha-bailly.com/includes/sam.jpg[/grow] |
Le code [grow]http://www.samantha-bailly.com/includes/sam.jpg[/grow] va devenir
|
[IMG]images/email.gif[/IMG] |
Avec ce code, vous pouvez insérer une image
Par exemple, le code[IMG]images/email.gif[/IMG] va devenir |
[URL]http://www.woltlab.de[/URL] |
Avec ce code, vous pouvez transformer une adresse en lien.
Par exemple, le code [URL]http://www.woltlab.de[/URL] va transformer http://www.woltlab.de en http://www.woltlab.de |
[URL=http://www.woltlab.de]WoltLab[/URL] |
Avec code, vous pouvez transformer une adresse en lien. (Et vous pouvez définir ce qui apparait sur le lien.)
Par exemple, le code [URL=http://www.woltlab.de]WoltLab[/URL] va afficher WoltLab |
[PHP]Syntax[/PHP] |
Avec ce code, vous pouvez insérer du code PHP.
Par exemple, le code
[PHP]<?php
phpinfo();
?>[/PHP]
va devenir
php: |
1: 2: 3:
|
<?php
phpinfo();
?>
|
|
|
[CODE]Syntax[/CODE] |
Avec ce code, vous pouvez insérer des commandes ( de l'HTML par exemple ).
Par exemple, le code [CODE]!truc[/CODE] va devenir la commande !truc
|
[LIST]Liste[/LIST] |
Avec ce code, vous pouvez insérer une liste qui contient plusieurs élèments.
Par exemple, le code
[list]
[*]Item 1
[*]Item 2
[*]Item 3
[/list]
va devenir
|
|