Thanks David, You put me on the right track. I made a rule for the tag th 
and left td to it's default and that worked. I'm not sure why I was trying 
to make things harder that they needed to be. Sometimes you can't see the 
forest for the trees. Thanks again for the solution.

Tommy


It's hard to generalize from such a small sample, but in this particular
case you would not need any classes at all - nor would you need the
HTML ALIGN attribute nor the STRONG elements. This would suffice:

td {
font-weight: normal;
text-align: left;
}
td div {
font-weight: bold;
text-align: center;
}


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to