Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple formatting TD tag class question
Message
 
 
To
22/09/2006 13:13:09
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
01156545
Message ID:
01156703
Views:
15
Jay,

HTML elements inherit attributes from each container working from inner most to outermost. Can you either override the SUB tag globally in this instance or create a new SUB class?
<pre>
<html>
<body>
<head>
<style>
td
{
 font-family="courier new";
}
sub.suba
{
 font-family="bickley script";
}
</style>
</head>

<table>
<tr>
<td>
<font face="comic sans ms" size=+1>test (font provides override of the td font)</font><sub>sub (will 

have td  font attributes)</sub> cell default
</td>
</tr>

<tr>
<td>
test<sub class="suba">subsript (pretty script)</sub> cell default
</td>
</tr>

</table>

</body>
</html>
>I do not want the footnote to have the same characteristics as the account, but the class in the TD tag forces it to look the same. They need to be in the same TD. Do I have to use another class to turn off the first one, then put it back again? Seems like a bit overkill to me.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform