View Full Version : colors w/ tables


E09522
04-18-2003, 05:10 AM
Erk! Darn tables always being troublesome ;-) Anyway, is it possible to change the font colors on tables? Or the font size? I'd really appreciate if someone could tell me if it can be done, and how to go about doing it. (My bg is navy, so the default color black, is really hard to see and I'd like to change the font color to white)

epolady
04-18-2003, 05:53 AM
you can use CSS for that. try something like

td{
color: #FFFFFF;
font-size: ##pt/px;
font-family: XXXXXXX;
}