How do I stop hyperlinks from being underlined in Frontpage 2000?

G

Guest

I have FrontPage 2000 and whenever I set a hyperlink it automatically
underlines but I don't want it do so how do I change this function so that my
hyperlinks are not underlined?
 
J

Jens Peter Karlsen [FP MVP]

use CSS for this.
Between <head> and </head> in HTML view add this:
<style type="text/css>
a {text-decoration: none}
</style>

In FP2003 you can specify this directly in the hyperlink dialog.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
G

Guest

Thanks but I only have access FP2000 and wondered if this feature was
available in this earllier version of FP?
 
T

Tom Pepper Willett

Add the CSS as Jens gave you.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Thanks but I only have access FP2000 and wondered if this feature was
| available in this earllier version of FP?
| "Jens Peter Karlsen [FP MVP]" wrote:
|
| > use CSS for this.
| > Between <head> and </head> in HTML view add this:
| > <style type="text/css>
| > a {text-decoration: none}
| > </style>
| >
| > In FP2003 you can specify this directly in the hyperlink dialog.
| >
| > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| >
| > andreah wrote:
| > > I have FrontPage 2000 and whenever I set a hyperlink it automatically
| > > underlines but I don't want it do so how do I change this function so
that my
| > > hyperlinks are not underlined?
| >
 
J

Jens Peter Karlsen [FP MVP]

It isn't. That is why I wrote what you should add in HTML view.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
C

Chuck Davis

andreah said:
Thanks but I only have access FP2000 and wondered if this feature was
available in this earllier version of FP?
When I visit a site with hyperlinks that are not underlined, I feel that the
creator is trying to trick me into a link that I don't necessarily want to
take. I leave the site. We regularly teach this practice in our computer
club's classes.
 
M

Murray

Sounds weird to me....

--
Murray
============

Chuck Davis said:
When I visit a site with hyperlinks that are not underlined, I feel that
the creator is trying to trick me into a link that I don't necessarily
want to take. I leave the site. We regularly teach this practice in our
computer club's classes.
 

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