MiaBabie
05-26-2003, 09:23 PM
I have links in my table and I was wondering if I could use CSS to change the color of them.
|
View Full Version : Question MiaBabie 05-26-2003, 09:23 PM I have links in my table and I was wondering if I could use CSS to change the color of them. Cherchezlafemme 05-26-2003, 09:43 PM add this to your style sheet: TABLE { font-style : normal; font-weight : normal; font-size : 11px; font-family : verdana; color : #90D0F8; } td {color:#000000; font-weight: plain; padding-left: 0px; font-size: 12px;} .outline { valign: top; border: 1 solid #ffffff} "Just change the colors" |