B) Liste des balises VB :
I) Balises concernant le texte :1) Mise en forme basique :(J'ai mis des espaces dans les balises, il ne faut surtout pas les mettre, moi c'est juste pour montrer)
* [ b ]texte[ /b ] : met le texte en gras :
texte * [ i ]texte[ /i ] : met le texte en italique :
texte * [ u ]texte[ /u ] : souligne le texte :
texte * [ size=1 ]texte[ /size ] : met le texte en caractères taille 1 (petit) :
texte * [ size=2 ]texte[ /size ] : met le texte en caractères taille 2 (normal) :
texte * [ size=3 ]texte[ /size ] : met le texte en caractères taille 3 (plus gros) :
texte * [ size=4 ]texte[ /size ] : met le texte en caractères taille 4 (très gros) :
texte * [ center ]texte[ /center ] : centre le texte dans la page :
texte
2) Texte en couleur : * [ COLOR=chocolate ]votre texte en chocolate[ /color ] ----->
votre texte en chocolate * [ COLOR=sandybrown ]votre texte en sandybrown[ /color ] ----->
votre texte en sandybrown * [ COLOR=orange ]votre texte en orange[ /color ] ----->
votre texte en orange * [ COLOR=coral ]votre texte en coral[ /color ] ----->
votre texte en coral * [ COLOR=tomato ]votre texte en tomato[ /color ] ----->
votre texte en tomato * [ COLOR=orangered ] votre texte en orangered[ /color ] ----->
votre texte en orangered * [ COLOR=red ] votre texte en red[ /color ] ----->
votre texte en red * [ COLOR=crimson ]votre texte en crimson[ /color ] ----->
votre texte en crimson * [ COLOR=firebrick ] votre texte en firebrick[ /color ] ----->
votre texte en firebrick * [ COLOR=darkred ] votre texte en darkred[ /color ] ----->
votre texte en darkred * [ COLOR=sienna ] votre texte en sienna[ /color ] ----->
votre texte en sienna * [ COLOR=green ] votre texte en green[ /color ] ----->
votre texte en green * [ COLOR=limegreen ] votre texte en limegreen[ /color ] ----->
votre texte en limegreen * [ COLOR=pink ] votre texte en pink[ /color ] ----->
votre texte en pink * [ COLOR=deeppink ] votre texte en deeppink[ /color ] ----->
votre texte en deeppink * [ COLOR=purple ] votre texte en purple[ /color ] ----->
votre texte en purple * [ COLOR=indigo ] votre texte en indigo[ /color ] ----->
votre texte en indigo * [ COLOR=darkblue ] votre texte en darkblue[ /color ] ----->
votre texte en darkblue * [ COLOR=royalblue ] votre texte en royalblue[ /color ] ----->
votre texte en royalblue * [ COLOR=blue ] votre texte en blue[ /color ] ----->
votre texte en blue * [ COLOR=skyblue ] votre texte en skyblue[ /color ] ----->
votre texte en skyblue * [ COLOR=silver ] votre texte en silver[ /color ] ----->
votre texte en silver * [ COLOR=yellow ] votre texte en yellow[ /color ] ----->
votre texte en yellow * [ COLOR=gold ] votre texte en gold[ /color ] ----->
votre texte en gold3) Viens faire toi-même le mélange de couleurs...Voici une astuce qui vous permettra d'afficher beaucoup de couleurs (16 777 216 couleurs pour être plus précis... ça commence à faire pas mal !).
Les couleurs sont une combinaison de 3 valeurs hexadécimales allant de 00 à FF chacune (de 0 à 255 en décimal ; il faut connaître les chiffres en hexadécimal, c'est tout.).
* La première représente le rouge.
* La seconde le vert.
* La troisième le bleu.
Il suffit de fixer une valeur de 00 à FF à chaque couleur pour obtenir la couleur désirée.
* [color:d2fe=#XXXXXX]votre texte à mettre en couleur en remplaçant XXXXXX par la série de chiffre nécessaire.
Exemples :
* [ COLOR=#FF0000 ]votre texte à mettre en couleur[ /color ] ----->
votre texte à mettre en couleur * [ COLOR=#00FF00 ] votre texte à mettre en couleur[ /color ] ----->
votre texte à mettre en couleur * [ COLOR=#0000FF ] votre texte à mettre en couleur[ /color ] ----->
votre texte à mettre en couleur * [ COLOR=#AC9D87 ] votre texte à mettre en couleur[ /color ] ----->
votre texte à mettre en couleur