Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

font problem in table...

Status
Not open for further replies.

duponty

Instructor
Oct 25, 2000
101
CA
Hi,

How can the size of <basefont> can be applied in a table? It seems that it's always &quot;+1&quot;?

thanks
yannick
 
Add this to the heading:
<style type=&quot;text/css&quot;>
td,th {
font-family: Verdana;
font-size: 10px;
}
</style>

If you're not worried about NN4.x compatibility you can replace the &quot;td,th&quot; with &quot;table&quot;.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top