How to show hyperlinks with no underlines?

S

Sandy

I am a FrontPage2000 user, trying to create hyperlinks
with no underlines under the text. The hyperlink rollover
effects does not have an option to not have the text
underlined. I can only change font and colors. Any help
will be greatly appreciated.
Thanks.
 
K

Kathleen Anderson [MVP - FP]

This solution will remove the underlines from all the hyperlinks on the
page.

In HTML view, add the following to the head section of each page

<style type="text/css">
<!--
a {text-decoration:none}
-->
</style>
 
S

Sandy

It worked!!
Thank you so much,
Sandy :)
-----Original Message-----
This solution will remove the underlines from all the hyperlinks on the
page.

In HTML view, add the following to the head section of each page

<style type="text/css">
<!--
a {text-decoration:none}
-->
</style>

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/






.
 

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