link bar font color

G

Guest

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?
 
C

Chris Leeds, MVP-FrontPage

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/
 
G

Guest

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


Chris Leeds said:
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/
--
 
T

Tom

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

|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
 
B

bob

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
|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
 
C

Chris Leeds, MVP-FrontPage

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 said:
I am not using a theme, any other suggestions as to where to look?
 

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

Similar Threads

Happy Birthday Quadophile 5
Happy Birthday nivrip 9
Happy Birthday V_R 3
Happy Birthday Ian 4
Happy Birthday @Ian 7
Happy Birthday Historian 5
Happy Birthday V_R 7
Happy Birthday Abarbarian 8

Top