Menu
This is where you can help your friends do more with Wiki by adding information about codes etc.
How to change the the colour:
- In edit window choose <> source
- Enter <font color="red">This is some text!</font>
- Save
You can write the name of the colour, or you can use hex code for the colour. Hex code looks like #rrggbb. Each duplet (rr, gg, bb) are number between 0 and ff (in hex system) that represents colour saturation. RR = red; GG = green; BB = blue.
For example:
#000000 means that each of these colours has saturation 00 = colour will be white
#ff0000 means that red will be fully saturated, and the rest (green, blue) won't = colour will be red
#ff00ff means that red and blue will be fully saturated, and the green won't = colour will be magenta
Experiment! Try #555555, #a1b2c3, #9ab435. :)
Comments (0)
You don't have permission to comment on this page.