Page 1 of 1 [ 3 posts ] 

Bearsac-Debra
Toucan
Toucan

User avatar

Joined: 20 Nov 2005
Age: 59
Gender: Female
Posts: 270
Location: Borehamwood, Herts, UK

24 May 2009, 2:46 am

For many months now, when editing www.bearsac.com - my blue hyperlinks in Dreamweaver go grey when viewed online. The links still work but ar harder to see than if they were blue and some people might assume them not to work as they look to be greyed out.

I use a rather old Dreamweaver Ultra Developer and am unfortuantly running Vista which I cannot take off.

Relevant advise would be appreciated.


_________________
It's just amazing how bears and people can be.
www.bearsac.com


Aldebaran
Supporting Member
Supporting Member

User avatar

Joined: 24 Apr 2009
Age: 66
Gender: Male
Posts: 57
Location: Denmark

24 May 2009, 4:45 am

Your browser decides how links are shown, so look in the browser settings, to see if a colour is specified for fresh and used links.

And...

You have this in your links.htm:

Quote:
<p align="left"><font face="Arial, Helvetica, sans-serif" size="4" color="#000000">Donate
your old teddy bears <a href="http://www.goodbearsoftheworld.org/">http://www.goodbearsoftheworld.org/</a></font></p>
<p align="left">&nbsp;</p>


and this in /css/css.css
Quote:
/* CSS Alignment Styles */
.alignRight {
text-align:right
}
.alignCenter {
text-align:center
}
a:link {
color:#333333;
text-decoration:underline;
}
a:visited {
color:#666666;
text-decoration:underline;
}
a:hover {
color:#666666;
text-decoration:none;
}

The colour you make for the <p> </p> is changed by the colour set for the <a></a> in the css.css file, because the <a> has the inner-most colour setting.


The css file will make links light-gray, gray when you "hover" and when "visited".

I'm not sure how you use the css-file, it will take some time to find out, but now you have some places to look.


_________________
AQ=41, SQ=46, EQ=24, so now you know why I´m here ;-)


Bearsac-Debra
Toucan
Toucan

User avatar

Joined: 20 Nov 2005
Age: 59
Gender: Female
Posts: 270
Location: Borehamwood, Herts, UK

28 May 2009, 2:10 pm

Thank you - I will try that when time permits.


_________________
It's just amazing how bears and people can be.
www.bearsac.com