Pages: 1
Topic closed
The colors using {color=} and {/color]
If you can't get all of them, just get YELLOW, GREEN, BLACK, RED, and BLUE
Last edited by owetre18 (2011-10-10 16:45:03)
Offline
Hm... I'd try giving these color guides a try. That might be easier.
http://www.javascripter.net/faq/colornam.htm
http://www.javascripter.net/faq/hextorgb.htm
Offline
Yellow is: rgb(255, 255, 0);
Green is: rgb(0, 128, 0);
Black is: rgb(0, 0, 0);
Red is: rgb(255, 0, 0);
Blue is rgb(0, 0, 255);
I got this thanks to google chrome!
Offline
Offline
Topic closed
Pages: 1