Click to See Complete Forum and Search --> : Link without underline


mdanan
01-31-2003, 03:52 PM
How do I create a link that looks like a simple text? I know I can assign link="black", but how do I remove the underline?

gil davis
01-31-2003, 04:26 PM
<head>
...
<style type="text/css">
a {text-decoration: none}
</style>
...
</head>

How will anyone know it's a link if you do that?