How do I remove the underline of my hyperlinks?

  • Thread starter Thread starter patti
  • Start date Start date
P

patti

I have Frontpage 2000 and can change the font color of my
hyperlinks but cannot get rid of the underline!! Any
answers?
 
I've seen this question before but I'm curious why you want to change what
is pretty much a universally recognized standard?
 
Place the following between the <head></head>
tags on the page:

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

hth
 

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

Back
Top