Posted by hywel.jenkins on 09/28/05 17:56
booner wrote:
> I have a table that I alternate each rows color:
>
> <table>
> <tr bgcolor="White">
> I have a few users who say they do not see the alternating coloring. I went
> in and changed the #F2F2F2 to Blue and they do see that.
>
> We are using Internet Explorer.
>
> Any pointers to what the issue may be.
You're using made up attributes. There's no such thing as "bgcolor".
Use CSS on the cells instead.
--
Hywel
[Back to original message]
|