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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

different font in table 1

Status
Not open for further replies.

MikeT

IS-IT--Management
Feb 1, 2001
376
US
Is there a way to change the font in a table without specifying it for each cell? I tried
<table font size=&quot;2&quot;>, to no avail.
 
put this in the <head>-part of your .html file

<style type=&quot;test/css&quot;>
td { font-size:12; }
</style>

this way, all your <td>'s will have the 12pts font (or whatever you like ik to be...

gr. Ruben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top