PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage link bar font color

Reply

link bar font color

 
Thread Tools Rate Thread
Old 08-03-2006, 04:58 PM   #1
=?Utf-8?B?S2ltIEs=?=
Guest
 
Posts: n/a
Default link bar font color


I can change the font and size but can not change the color, it always
remains the blue link color, can I change this and how?
--
Thanks,,
Kim
  Reply With Quote
Old 08-03-2006, 05:09 PM   #2
Chris Leeds, MVP-FrontPage
Guest
 
Posts: n/a
Default Re: link bar font color

if you're using a theme that option isn't where you'd expect it. it's in:
(FrontPage 2003) theme/ modify theme/ colors dialog (custom tab). select
the element from the dropdown at the upper left, then the color.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
--
"Kim K" <KimK@discussions.microsoft.com> wrote in message
news:6E889A08-C0A2-4BE1-B31D-C6E38648AFF6@microsoft.com...
>I can change the font and size but can not change the color, it always
> remains the blue link color, can I change this and how?
> --
> Thanks,,
> Kim



  Reply With Quote
Old 08-03-2006, 05:35 PM   #3
=?Utf-8?B?S2ltIEs=?=
Guest
 
Posts: n/a
Default Re: link bar font color

I am not using a theme, any other suggestions as to where to look?
--
Thanks,,
Kim


"Chris Leeds, MVP-FrontPage" wrote:

> if you're using a theme that option isn't where you'd expect it. it's in:
> (FrontPage 2003) theme/ modify theme/ colors dialog (custom tab). select
> the element from the dropdown at the upper left, then the color.
>
> HTH
>
> --
> Chris Leeds,
> Microsoft MVP-FrontPage
>
> If you make web sites for other people, you should check out ContentSeed:
> http://contentseed.com/
> --
> "Kim K" <KimK@discussions.microsoft.com> wrote in message
> news:6E889A08-C0A2-4BE1-B31D-C6E38648AFF6@microsoft.com...
> >I can change the font and size but can not change the color, it always
> > remains the blue link color, can I change this and how?
> > --
> > Thanks,,
> > Kim

>
>
>

  Reply With Quote
Old 08-03-2006, 05:58 PM   #4
Tom
Guest
 
Posts: n/a
Default Re: link bar font color

By using CSS at the top of the page...
In "code view" just before the closing head </head> tag...
Copy then paste this in the page...

<style type="text/css">
a {
text-decoration: none;
border: none;
color: #000000;
background-color: transparent;
}
a:link {
text-decoration: none;
}
a:visited {
color: #000088;
}

a:hover {
color: #FF0000;
}
</style>

This is black text then on hover Red. Then visited dark blue...
Change the RGB color code to make them what you want...

Tom

"Kim K" <KimK@discussions.microsoft.com> wrote in message
news:6E889A08-C0A2-4BE1-B31D-C6E38648AFF6@microsoft.com...
|I can change the font and size but can not change the color, it always
| remains the blue link color, can I change this and how?
| --
| Thanks,,
| Kim


  Reply With Quote
Old 08-03-2006, 08:32 PM   #5
bob
Guest
 
Posts: n/a
Default Re: link bar font color

The Easy way is right click on the page then "Page Properties"
(new window) then click on the formatting tab Then under
"Hyperlink" change the color also you can change it for visited
and active

bob
"Kim K" <KimK@discussions.microsoft.com> wrote in message
news:6E889A08-C0A2-4BE1-B31D-C6E38648AFF6@microsoft.com...
|I can change the font and size but can not change the color, it always
| remains the blue link color, can I change this and how?
| --
| Thanks,,
| Kim


  Reply With Quote
Old 08-03-2006, 10:12 PM   #6
Chris Leeds, MVP-FrontPage
Guest
 
Posts: n/a
Default Re: link bar font color

if you're not using a theme, where's the link bar from?

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
--
"Kim K" <KimK@discussions.microsoft.com> wrote in message
news:7AB425F4-B69B-4455-AB02-3EB3D7E09041@microsoft.com...
>I am not using a theme, any other suggestions as to where to look?
> --
> Thanks,,
> Kim
>
>
> "Chris Leeds, MVP-FrontPage" wrote:
>
>> if you're using a theme that option isn't where you'd expect it. it's
>> in:
>> (FrontPage 2003) theme/ modify theme/ colors dialog (custom tab). select
>> the element from the dropdown at the upper left, then the color.
>>
>> HTH
>>
>> --
>> Chris Leeds,
>> Microsoft MVP-FrontPage
>>
>> If you make web sites for other people, you should check out ContentSeed:
>> http://contentseed.com/
>> --
>> "Kim K" <KimK@discussions.microsoft.com> wrote in message
>> news:6E889A08-C0A2-4BE1-B31D-C6E38648AFF6@microsoft.com...
>> >I can change the font and size but can not change the color, it always
>> > remains the blue link color, can I change this and how?
>> > --
>> > Thanks,,
>> > Kim

>>
>>
>>



  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off