Not underlining Hyperlinks

  • Thread starter Thread starter Lauri S.
  • Start date Start date
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/
 
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/
 
Back
Top