Click to See Complete Forum and Search --> : Don't underline hyperlinks


GTatler
07-28-2003, 04:40 AM
How can I get Microsoft Frontpage NOT to underline hyperlinks (the BBC web site does this).

AdamGundry
07-28-2003, 04:56 AM
I don't know how you set CSS in Frontpage, but you need to use this:

a { text-decoration: none; }

Adam

GTatler
07-28-2003, 04:57 AM
I think I have found the answer.

In the css file add a line to all the links items text-decoration:none; and it seems to work.