TheCandyman
Technical User
I have a external CSS, i am calling it in my page, but i can't seem to make it use the font size i want. It positions it, it also changes the font type, but i just can't get it to work with font-size.... HELP!!
***** External CSS ********
.qtable {LEFT: 17px; TOP: 145px; POSITION: absolute; font-size: 7pt; font-family: verdana}
****** Area calling it *****
<DIV class="qtable">
<table width="123" height="175" border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top">
<a href="tdc3000/IOP/IOP.htm"
onMouseOver="window.status='IOP & FTA'; return true">IOP & FTAs</a><br>
...
...
--code--
...
</td></tr>
</table>
</DIV>
***** External CSS ********
.qtable {LEFT: 17px; TOP: 145px; POSITION: absolute; font-size: 7pt; font-family: verdana}
****** Area calling it *****
<DIV class="qtable">
<table width="123" height="175" border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top">
<a href="tdc3000/IOP/IOP.htm"
onMouseOver="window.status='IOP & FTA'; return true">IOP & FTAs</a><br>
...
...
--code--
...
</td></tr>
</table>
</DIV>