Display of Hyperlinks

J

Jan

I would like to have my hyperlinks *not* underlined.
However, it seems FP always underlines every link. So
does anyone know how to display links as normal text (not
underlined) ?? Thanks, Jan / Berlin, Germany
 
S

Steve Easton

Add this to the head section of the page
<script> a. {text-decoration : none}</script>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

Jon Spivey

You need "coffee" Steve :)
<style type="text/css">
a {text-decoration : none}
</style>

Jon
Microsoft MVP - FP
 
S

Steve Easton

Yep, added a period and made it a class too.
And made it a script.

geesh

Just got done mowing the lawn, must have dust on my glasses.

Poster emailed me so hopefully they get my reply.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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