Use Cascading Style Sheets (something you should learn - very easy).
Put the following in your header:
<STYLE TYPE="text/css">
<!--
A {text-decoration: none;}
-->
</STYLE>
You can also use style sheets to define change the appearance of all kinds of links (visited, active etc.) and create IE hover effects (when the link appearance changes on mouseover).
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.
Megan posted this at 18:51 — 17th April 2000.
She has: 11,421 posts
Joined: Jun 1999
Use Cascading Style Sheets (something you should learn - very easy).
Put the following in your header:
<STYLE TYPE="text/css">
<!--
A {text-decoration: none;}
-->
</STYLE>
You can also use style sheets to define change the appearance of all kinds of links (visited, active etc.) and create IE hover effects (when the link appearance changes on mouseover).
Megan
Connect with us on Facebook!
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.