how to create hyperlinks without the underline - website building

They have: 5,633 posts

Joined: Jan 1970

HI. would someone PLEASE tell me how to create hyperlinks without the underline before i go completely crazy?? I have viewed chunks of other pple's source codes, yet i still have NO idea how to do it. would very much appreciate help here .Thanks in advance
Silver

They have: 5,633 posts

Joined: Jan 1970

Put the following code in between your <head></head> tags:
<STYLE TYPE="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
A:active {text-decoration: none;}
-->
</STYLE>

That should take care of the problem for you.

----------
Dynamic Internet Solutions : http://www.dids.com
UNIX and Windows NT Hosting

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.