PC Review


Reply
Thread Tools Rate Thread

how do I take the underlining off links in frontpage 2000?

 
 
=?Utf-8?B?d3d3LmNhdGh5c2FuZGVycy5jb20=?=
Guest
Posts: n/a
 
      14th Jun 2005
I am working on my website which is terribly outdated and I want to create
text hyperlinks that are not underlined. I have searched all over frontpage
2000 and I can't find a way to stop the underlining. please help someone!
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      14th Jun 2005
In code, just before </head> insert:

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

Note that this will apply to *all* hyperlinks on your page.


"www.cathysanders.com" wrote:

> I am working on my website which is terribly outdated and I want to create
> text hyperlinks that are not underlined. I have searched all over frontpage
> 2000 and I can't find a way to stop the underlining. please help someone!

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      14th Jun 2005
However if you do have a link on the page that you want underlined, then click the underline (U) on
the button bar menu when use the code provided below by Dan L.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Dan L" <(E-Mail Removed)> wrote in message
news:F474A708-E330-4CA4-8B23-(E-Mail Removed)...
> In code, just before </head> insert:
>
> <style>
> a {text-decoration:none }
> </style>
>
> Note that this will apply to *all* hyperlinks on your page.
>
>
> "www.cathysanders.com" wrote:
>
>> I am working on my website which is terribly outdated and I want to create
>> text hyperlinks that are not underlined. I have searched all over frontpage
>> 2000 and I can't find a way to stop the underlining. please help someone!



 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      15th Jun 2005
If you are using CSS, put the

a {text-decoration:none}

on the style sheet, attach the style sheet to all the pages on the web (can
be done with a click of the mouse), and you will remove the underlines from
all the hyperlinks on the whole site.

Wally S

"Dan L" <(E-Mail Removed)> wrote in message
news:F474A708-E330-4CA4-8B23-(E-Mail Removed)...
> In code, just before </head> insert:
>
> <style>
> a {text-decoration:none }
> </style>
>
> Note that this will apply to *all* hyperlinks on your page.
>
>
> "www.cathysanders.com" wrote:
>
> > I am working on my website which is terribly outdated and I want to

create
> > text hyperlinks that are not underlined. I have searched all over

frontpage
> > 2000 and I can't find a way to stop the underlining. please help

someone!


 
Reply With Quote
 
=?Utf-8?B?Q2F0aHkgU2FuZGVycw==?=
Guest
Posts: n/a
 
      15th Jun 2005
Dan L- I put this where you said to and when i saved it and went to normal
view and preview mode there was a blank page- nothing showed up at all, no
text, no tables, no pictures. I am confused why this happened- any insight?

"Dan L" wrote:

> In code, just before </head> insert:
>
> <style>
> a {text-decoration:none }
> </style>
>
> Note that this will apply to *all* hyperlinks on your page.
>
>
> "www.cathysanders.com" wrote:
>
> > I am working on my website which is terribly outdated and I want to create
> > text hyperlinks that are not underlined. I have searched all over frontpage
> > 2000 and I can't find a way to stop the underlining. please help someone!

 
Reply With Quote
 
Cheryl D Wise
Guest
Posts: n/a
 
      16th Jun 2005
Provide a url to a page where you have included the code and get the
behavior you describe. You probably deleted something by accident or put the
code in the wrong place. It can easily happen when you are editing and are
not familar with HTML.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training - Next Session June 26th

"Cathy Sanders" <Cathy (E-Mail Removed)> wrote in message
news:82EE02FB-6299-4CEF-8F51-(E-Mail Removed)...
> Dan L- I put this where you said to and when i saved it and went to normal
> view and preview mode there was a blank page- nothing showed up at all, no
> text, no tables, no pictures. I am confused why this happened- any
> insight?
>
> "Dan L" wrote:
>
>> In code, just before </head> insert:
>>
>> <style>
>> a {text-decoration:none }
>> </style>
>>
>> Note that this will apply to *all* hyperlinks on your page.
>>
>>
>> "www.cathysanders.com" wrote:
>>
>> > I am working on my website which is terribly outdated and I want to
>> > create
>> > text hyperlinks that are not underlined. I have searched all over
>> > frontpage
>> > 2000 and I can't find a way to stop the underlining. please help
>> > someone!



 
Reply With Quote
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      16th Jun 2005
Cheryl, the URL is www.cathysanders.com. Looks like she's using frames.

"Cheryl D Wise" wrote:

> Provide a url to a page where you have included the code and get the
> behavior you describe. You probably deleted something by accident or put the
> code in the wrong place. It can easily happen when you are editing and are
> not familar with HTML.
>
> --
> Cheryl D. Wise
> MS FrontPage MVP
> http://mvp.wiserways.com
> http://starttoweb.com
> Online instructor led web design training - Next Session June 26th
>
> "Cathy Sanders" <Cathy (E-Mail Removed)> wrote in message
> news:82EE02FB-6299-4CEF-8F51-(E-Mail Removed)...
> > Dan L- I put this where you said to and when i saved it and went to normal
> > view and preview mode there was a blank page- nothing showed up at all, no
> > text, no tables, no pictures. I am confused why this happened- any
> > insight?
> >
> > "Dan L" wrote:
> >
> >> In code, just before </head> insert:
> >>
> >> <style>
> >> a {text-decoration:none }
> >> </style>
> >>
> >> Note that this will apply to *all* hyperlinks on your page.
> >>
> >>
> >> "www.cathysanders.com" wrote:
> >>
> >> > I am working on my website which is terribly outdated and I want to
> >> > create
> >> > text hyperlinks that are not underlined. I have searched all over
> >> > frontpage
> >> > 2000 and I can't find a way to stop the underlining. please help
> >> > someone!

>
>
>

 
Reply With Quote
 
MikeR
Guest
Posts: n/a
 
      16th Jun 2005
I'm really used to recognizing text links by their underlining. I'm fairly comfortable
mousing over graphics to discover links. I'm not going to mouse over every line of text in
hopes of discovering a link. Are you going to provide a clue that the text is a link?
MikeR

www.cathysanders.com wrote:
> I am working on my website which is terribly outdated and I want to create
> text hyperlinks that are not underlined. I have searched all over frontpage
> 2000 and I can't find a way to stop the underlining. please help someone!

 
Reply With Quote
 
Cheryl D Wise
Guest
Posts: n/a
 
      16th Jun 2005
You are right that she is using frames, and should view them in Firefox
because the top frame is the wrong size. I won't comment any further about
page issues.

None of the frames on that page have the style code you supplied which is
what I asked her to provide because properly written, in the correct
location the behavior she described should not be occuring with the code you
gave her.

--
Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com
Online instructor led web design training - Next Session June 26th

"Dan L" <(E-Mail Removed)> wrote in message
news:74E415A3-2B9E-4F56-BFD4-(E-Mail Removed)...
> Cheryl, the URL is www.cathysanders.com. Looks like she's using frames.
>
> "Cheryl D Wise" wrote:
>
>> Provide a url to a page where you have included the code and get the
>> behavior you describe. You probably deleted something by accident or put
>> the
>> code in the wrong place. It can easily happen when you are editing and
>> are
>> not familar with HTML.
>>
>> "Cathy Sanders" <Cathy (E-Mail Removed)> wrote in
>> message
>> news:82EE02FB-6299-4CEF-8F51-(E-Mail Removed)...
>> > Dan L- I put this where you said to and when i saved it and went to
>> > normal
>> > view and preview mode there was a blank page- nothing showed up at all,
>> > no
>> > text, no tables, no pictures. I am confused why this happened- any
>> > insight?
>> >
>> > "Dan L" wrote:
>> >
>> >> In code, just before </head> insert:
>> >>
>> >> <style>
>> >> a {text-decoration:none }
>> >> </style>
>> >>
>> >> Note that this will apply to *all* hyperlinks on your page.



 
Reply With Quote
 
=?Utf-8?B?Q2F0aHkgU2FuZGVycw==?=
Guest
Posts: n/a
 
      21st Jun 2005
Dan- I am creating a new site I know my other one is way outdated and hokey
so this one is using tables instead of frames, I still was not able to get
the underlines off. I did make the hyperlinks the same color as the rest of
the text though and that looks better at least. I created hover buttons for
my main page links and I guess I won't worry about the rest. Thanks anyway

"Dan L" wrote:

> Cheryl, the URL is www.cathysanders.com. Looks like she's using frames.
>
> "Cheryl D Wise" wrote:
>
> > Provide a url to a page where you have included the code and get the
> > behavior you describe. You probably deleted something by accident or put the
> > code in the wrong place. It can easily happen when you are editing and are
> > not familar with HTML.
> >
> > --
> > Cheryl D. Wise
> > MS FrontPage MVP
> > http://mvp.wiserways.com
> > http://starttoweb.com
> > Online instructor led web design training - Next Session June 26th
> >
> > "Cathy Sanders" <Cathy (E-Mail Removed)> wrote in message
> > news:82EE02FB-6299-4CEF-8F51-(E-Mail Removed)...
> > > Dan L- I put this where you said to and when i saved it and went to normal
> > > view and preview mode there was a blank page- nothing showed up at all, no
> > > text, no tables, no pictures. I am confused why this happened- any
> > > insight?
> > >
> > > "Dan L" wrote:
> > >
> > >> In code, just before </head> insert:
> > >>
> > >> <style>
> > >> a {text-decoration:none }
> > >> </style>
> > >>
> > >> Note that this will apply to *all* hyperlinks on your page.
> > >>
> > >>
> > >> "www.cathysanders.com" wrote:
> > >>
> > >> > I am working on my website which is terribly outdated and I want to
> > >> > create
> > >> > text hyperlinks that are not underlined. I have searched all over
> > >> > frontpage
> > >> > 2000 and I can't find a way to stop the underlining. please help
> > >> > someone!

> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to kill underlining in links Thor Microsoft Frontpage 2 13th Jan 2009 03:34 AM
import using FrontPage 2000, links. =?Utf-8?B?SGFyb2xkOTIzMzU=?= Microsoft Frontpage 1 6th Aug 2007 06:30 PM
frontpage wordart and underlining =?Utf-8?B?c3VnYXJiYWJl?= Microsoft Frontpage 8 18th Nov 2006 01:38 AM
Re: How to stop underlining links? Murray Microsoft Frontpage 0 29th Aug 2005 06:47 PM
Underlining of links. DB. Windows XP General 1 10th Apr 2004 11:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:27 PM.