Click to See Complete Forum and Search --> : ColdFusion-trouble with HTML color codes


eggy2max
01-12-2003, 07:25 PM
I develop using ColdFusion - occassionally the web server can not interpret the font color tag (i.e., font color="#00000">. Does anyone know why or how to fix (besides writing "white"). Curious

Zach Elfers
01-12-2003, 10:23 PM
First of all, you only have five digits in your hexidecimal #. It should be #000000. I will just think this is a typo though.

#000000 is not white, it is black.

I do not know why the server can't interpret the colors right.