I agree. It would be nice to cater to all the browsers, but I'm finding that even if I code it correctly, it still doesn't work. Trust me, I spent A LOT of time on the tables on my site, and they appear to be coded correctly. I just downloaded Mozilla, and it screwed up part of it. Take a look if you have it:
www.dignan17.com
If you see those two huge red lines that go all the way across the page, that's not correct. Those red lines are supposed to be 1 pixel tall. The overall table on that page has 5 rows in it, and each of those lines is supposed to be a row with one cell that is 1 pixel high with a background of red. It's coded like this:
<tr>
<td height="1" bgcolor="red"></td>
</tr>
I don't see what could be simpler about that. It doesn't get any more clear. Please tell me if there's something wrong with my browser compatability with this code. Do the different browsers still require some different codes for various attributes?