CabalWiki:Sandbox
From CabalWiki
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
[edit] Colour Codes
If you want to change the colour text, write down this code:
<font color="COLOR CODE">TEXT MESSAGE</font>
- The colour code is a hex number or word to show the colour.
- The text message is the message you want to type.
Using this code:
| Code | Results |
|---|---|
| <font color="blue">hi</font> | hi |
| <font color="#0000FF">hi</font> | hi |
Both the results above is the same colour. The colour code for blue is "#0000FF". You may also put words too, but if you want a specific colour, you type in the colour code of that particular colour.
For the list of colours with the colour codes (hex triplet), click here.