Hello
I am using the following in my head tag:
<style type="text/css">
H5 {font-weight: medium;
font-style: normal;
font-size: 8pt;
font-family: verdana;
fontcolor: #FFFFFF;}
</style>
and in <BODY> I have:
<H5>
<table width="40%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td width="15%"><nobr><a href="gall.html">First</a> |
<a href="Retail.html">Previous</a></nobr></td>
<td width="40%" align="center"><nobr><a href="gall.html"> 1 |<a href="Waiter.html"> 2</a>| <a href="Teacher.html">3</a>
| <a href="Retail.html">4</a>| <a href="Engineer.html">5</a> | <a href="Office.html">6</a> | </nobr></td>
<td align="right" width="10%"><nobr><a href="Office.html">Next</a> | <a href="Office.html">Last</a></nobr></td>
</tr>
</table><H5>
The link is:
I can't seem to force CSS to recognise the font colour or size. I can get it to work without CSS, but I am trying to get away from the old tags.
I would appreciate any suggestions.
Thanks.
EvertonFC
I am using the following in my head tag:
<style type="text/css">
H5 {font-weight: medium;
font-style: normal;
font-size: 8pt;
font-family: verdana;
fontcolor: #FFFFFF;}
</style>
and in <BODY> I have:
<H5>
<table width="40%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td width="15%"><nobr><a href="gall.html">First</a> |
<a href="Retail.html">Previous</a></nobr></td>
<td width="40%" align="center"><nobr><a href="gall.html"> 1 |<a href="Waiter.html"> 2</a>| <a href="Teacher.html">3</a>
| <a href="Retail.html">4</a>| <a href="Engineer.html">5</a> | <a href="Office.html">6</a> | </nobr></td>
<td align="right" width="10%"><nobr><a href="Office.html">Next</a> | <a href="Office.html">Last</a></nobr></td>
</tr>
</table><H5>
The link is:
I can't seem to force CSS to recognise the font colour or size. I can get it to work without CSS, but I am trying to get away from the old tags.
I would appreciate any suggestions.
Thanks.
EvertonFC