HTML Tips ....Links WithOut Underline....!!!

Create a style sheet like this first,

<style type="text/css">

<!--

.links { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000066}

-->

</style>

Now Use links as class for <a>

<a href="index.htm" class="links">Home</a>

Comments