You can actually just specify the font values in the %26quot;TABLE%26quot; attribute:
TABLE
{
font-family: Arial, Verdana, Sans Serif;
font-size: 10pt;
}
...or... you can specify the font on a %26quot;TD%26quot; attribute the exact same way. When you define a CSS class, all the values for that class %26quot;trickle%26quot; down to any child elements unless they specifically override them. Aka: if you specify %26quot;float:right%26quot; on a DIV tag, then every element within that DIV will have a %26quot;float:right%26quot; style, unless you specifically give them a different style value.
Make sense?
No comments:
Post a Comment