Unfortunately, you will have to assign colors to each table cell, because there is no way around showing them properly otherwise. If you did BASEFONTCOLOR in the BODY tag, some browsers would not recognize it, and you would have the same results you are having now in those browsers. It's not a big deal really, just type the code in once, and then copy/paste it wherever it needs to go.
Another thing you need to watch out for is not using the color names in the BGCOLOR or COLOR tags. There should be some tools out there, Paint Shop Pro for one, that will convert colors to HTML code.
Colors work like this:
#RRGGBB
R = Red, G = Green, B = Blue
If you use certain combinations from 0-F you can get all kinds of colors. The base colors are the following:
#FFFFFF = White
#000000 = Black
F of course giving you the lightest result, and 0 giving you the darkest result for that field. If you wanted pure blue, you would use #0000FF and so forth.
- Kostaki
