Question
Using the 256 color palet I select a dark blue color, for example #000066, what I end up with is a green color. How do I get the color that I want?
Environment
--
KevinGagel - 24 Mar 2004
Answer
How do you set the
StandardColors? For example,
<font color="#000066">this text</font> renders as
this text.
--
PeterThoeny - 27 Mar 2004
I'm using
http://postfix.cnc.bc.ca/twiki/bin/view/Main/WebPreferences
to set WEBBGCOLOR to #000066, I end up with strange results. I do not get the desired results when I use the 256 color palet numbers in
WebPreferences. Whats up with that?
--
KevinGagel - 29 Mar 2004
I had a look at your preferences setting. Remove the two extra spaces after the color setting, this results in
bgcolor="#000066 " which confuses browsers.
--
PeterThoeny - 27 Mar 2004