Click to See Complete Forum and Search --> : table cell color for Firefox
bschibly
03-28-2009, 01:34 PM
I am trying to get color inside a table. If I use hex codes this works well in Netscape, but I can't seem to get anything to work in Firefox. No color shows up at all. I tried using the non-dithering codes. Didn't work. Anyone know how to do this?
WebJoel
03-28-2009, 01:45 PM
Are you forgetting to use the "#" before the "rrggbb"? IE incorrectly forgive the omission, Firefox (Mozilla, Netscape, etc..) correctly ignores the incorrect code as gibberish.
You should post some sample code so we can see
Something like:
<table style="background-color:#cecece">
should work for all.
bschibly
03-29-2009, 12:01 AM
Thank you so much! That worked!