Help & Support > Site

Missing colours

(1/1)

Mr.PowPow:
I noticed that in the "Change Color" option, "gray" is missing. Yet it still remains a valid part of the coding. [color= gray] will produce the desired effect.
So I'm just wondering if there are any more that have been missed out, that are still technically there. And if you could possibly add them to the options to save me some time.

NekoJonez:
It's added to the "To Do" list.

marcy:
well... technically there are 16 million colors missing....

In the color tags you can use everything that produces a valid color in HTML/CSS, which would be 147 predefined color names and of course every HEX representation of a color


--- Code: ("example") ---[color=#AAAAFF]I'm a light blue text[/color]
--- End code ---
I'm a light blue text

Edit: using rgb works too

--- Code: ("example 2") ---[color=rgb(255,127,0)]I'm orange[/color]
--- End code ---
I'm orange

Navigation

[0] Message Index

Go to full version