Making Links with no line under them

They have: 5,633 posts

Joined: Jan 1970

How do I make them

Megan's picture

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).

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.