ID:267554
 
I want to know HTML colors and things.
mostly i want to know the colors.
so far i only know red,blue,yellow,green,silver,purple and teal. are there any more?
http://www.funky-chickens.com/hex.html

what you do is: [tag]font color = [hexcode][tag]text here[tag]/font[tag]

I only used [tag] becuase if I put it in real < and >s it won;t show.

<font color = 3399ff>Lighter blue</font>
<font color = 000088>Darker Blue</font>

Airjoe
In response to Airjoe
hold on i'm gonna test it on this, coz its not working on my game
<font color = [9999CC]>testing</font>
<font color = [FF3333]>hmm, it works on this but not on my game</font>
<font color = [005500]>i've got another problem then</font>
<font color = [0066FF]>darn!</font>

thanks anyway though :D
In response to Airjoe
<font color=[hexcode]>text here</font>
seems to work fine for me. You can type & lt; (without the space) so that <s will display on a webpage.