I'm trying to specify the size of the font size in a table without specifying it for each piece of text.
I can't use CSS because I'm putting the table in an email and OE can't read the CSS.
If I specify it in the font tag the text in the table will pick up the font family but not the size.
This doesn't work:
<body>
<font face="Verdana, Arial, Helvetica, sans-serif" size = "1">
<table>
.....
I can't figure out if I can specify the font size in the table tag.
Any help would be greatly appreciated.
I can't use CSS because I'm putting the table in an email and OE can't read the CSS.
If I specify it in the font tag the text in the table will pick up the font family but not the size.
This doesn't work:
<body>
<font face="Verdana, Arial, Helvetica, sans-serif" size = "1">
<table>
.....
I can't figure out if I can specify the font size in the table tag.
Any help would be greatly appreciated.