View Full Version : Font in tables...


SnapShot
11-10-2005, 06:01 AM
I am struggling to find how to change the font style, size, & color in my tables. I add in a tag & it works everywhere else but the tables, not sure what I am doing wrong. I've tried several different things & I'm just stumped. Please help! Thanks.

MaGiCSuN
11-10-2005, 07:30 AM
you probably used:

body { color: #000000; }

just as an example. Well add this to it:

table, tr, td { color: #000000; }

a table doesn't pick up the styles you add in the body part :)

Love,
Mirna