Web Hosting Talk







View Full Version : No underline under link?


lokodezine
02-19-2004, 08:07 PM
Hi

I use to remember how to do all of this and knwo I forgot.

Can anyone refresh my memory on how to make a link not have an underline??


Thanks all

LEe

chaud
02-19-2004, 08:17 PM
in the <head>
<style>
<!--
a {text-decoration: none }
-->
</style>
;)