Freepages-Help-L Archives

Archiver > Freepages-Help > 2007-07 > 1185663988


From: Patricia Geary <>
Subject: Re: [FreeHelp] FREEPAGES-HELP Digest, Vol 2, Issue 252
Date: Sat, 28 Jul 2007 19:06:28 -0400
References: <bc4.16b460cf.33dd173c@aol.com>
In-Reply-To: <bc4.16b460cf.33dd173c@aol.com>


At 06:03 PM 7/28/2007, wrote:
>Hope someone can help with my question.
>I use Microsoft Frontpage 5 to make my pages and then upload them to my
>server. On the homepage I have several links to different pages.
>No matter what I try I can not change the link color after they have been
>visited. They just stay the same all the time. All help gladly received.
>_http://www.angelfire.com/ult/ankefl/Mygraphics.html_
>(http://www.angelfire.com/ult/ankefl/Mygraphics.html)


You have defined the color as part of your html code


<P ALIGN="CENTER"><A HREF="/ult/ankefl/Mybabypage.html"><font
color="#800000">Baby Girl</font></A><font


take it out and accept the default colors - blue, red, and purple, I believe

OR

Define the colors as a style -
http://www.ironspider.ca/adv/cssproperties/hyperlinks.htm


a:link {
color: #3A1D00;
background-color: inherit;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #006600;
background-color: inherit;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #A15C5C;
background-color: inherit;
font-weight: bold;
text-decoration: underline;
}
a:active {
color: #D77A7A;
font-weight: bold;
text-decoration: none;
background-color: inherit;
}


pat


----------
Pat Geary, Microsoft MVP - FrontPage
We discuss FrontPage and Expression Web
http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/
http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/

Genealogy Web Design Tips and Tutorials
http://www.genealogy-web-creations.com/
http://www.genealogy-computer-tips.com/ - Blog


This thread: