Hi!
** Adding and Getting rid of underlines on links **
I have a page with lots of links.
Some of the links on this page I don’t want an underline to display.
And some of the links I only want an underline to display when it’s hovered over.
Can this be done?
Here’s my example page:
========================================
I know I probably use something like this:
[tt]
<style>
A:link {text-decoration:none}
A:active {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:none}
</style>
[/tt]
...But do I use it twice? Is that possible?
========================================
Thanks for your time,
Jenny
** Adding and Getting rid of underlines on links **
I have a page with lots of links.
Some of the links on this page I don’t want an underline to display.
And some of the links I only want an underline to display when it’s hovered over.
Can this be done?
Here’s my example page:
========================================
I know I probably use something like this:
[tt]
<style>
A:link {text-decoration:none}
A:active {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:none}
</style>
[/tt]
...But do I use it twice? Is that possible?
========================================
Thanks for your time,
Jenny