I havent been messi'n around with CSS and HTML for 2-3 years.
My problem is that the link is not in Verdana, it is in times new roman. I don't know whats wrong.
The class:
Code:
<STYLE TYPE="text/css">
<!--
a.classlink:link { font: Verdana; color: white; text-decoration: none; size: 11 }
a.classlink:visited { font: Verdana; color: white; text-decoration: none; size: 11 }
a.classlink:hover { font: Verdana; color: white; text-decoration: none; size: 11 }
a.classlink:active { font: Verdana; color: white; text-decoration: none; size: 11 }
-->
</STYLE>
This is the code for the link:
HTML Code:
<a class="classlink" href="#" >Contact</a>