Changing Hyperlink fonts

M

Mark

Hello all

I do not want the hyperlink to change my fonts, or underline the link. Is there a way to keep this from happening in FP2000

Thanks

Mark
 
S

Steve Easton

Not sure what you mean by changing fonts, do you mean hyperlink color??

As for the underline, add this to the head section of the page.

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


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
Mark said:
Hello all,

I do not want the hyperlink to change my fonts, or underline the link. Is
there a way to keep this from happening in FP2000?
 
Top