just curious; in my css file, i have the following body style:
BODY {
BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: verdana,sans-serif; FONT-SIZE: 8pt; MARGIN: 0px 0px 0px 0px;
}
however, on my page, it does not seem to be hitting one of my table cells (i.e. the font size in this cell is larger than the specified 8pt.)
<TD valign="top">
<a href="#">This is a link</a><br />
<a href="#">This is a link</a><br />
<a href="#">This is a link</a><br />
</TD>
any suggestions as to why this might be? i thought any body style should cascade throughout.
btw, no there is no overriding class on this cell or it's parents.
thanks all.
Start Free Trial