Hyperlink Formats

G

Guest

I am using the frame layout and I would like to have a nav bar on the left...
I have entered all of the links and I want to change the format of the
hyperlink... I don't want it to always be underlined, I want the underline
effect to happen on mouse over... I have changed the DHTML effects but since
it is a hyperlink it is underlined... what can I do??
 
J

John Malone

Insert some style...

<style type="text/css">
a.link { text-decoration: none; }
</style>
Just B4 the
</head>
In Code view

John Malone
================
|I am using the frame layout and I would like to have a nav bar on the
left...
| I have entered all of the links and I want to change the format of the
| hyperlink... I don't want it to always be underlined, I want the underline
| effect to happen on mouse over... I have changed the DHTML effects but
since
| it is a hyperlink it is underlined... what can I do??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top