How to have hyperlinks without an underline

  • Thread starter Thread starter Jonah
  • Start date Start date
J

Jonah

In FP 2000 I should be able to format the hyperlink so
that it does not have the text underlined. I right-click
on the hyperlink and go to hyperlink properties and select
style-font, but my changes do not reflect my choices.

Whats the deal?
 
Add the following to the head section of your pages:

<style>
<!--
a{text-decoration:none}
//-->
</style>

Then if you want to have a specific link underlined, use the font menu
button "U".

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top