Not underlining Hyperlinks

L

Lauri S.

Is there a way to have hyperlinks NOT being underlined? I'm using FP 2000.
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>

--

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

Junior

Hi Kathleen,

Do you know if the code to remove underlines can be used in conjunction with
the dynamic effects in FP 2000 so that text without underlines can still be
made to change from normal to bold or to change colors when the cursor
passes over it?
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