[WSG] Can anyone see what I'm doing wrong?

2006-10-31 Thread Susie Gardner-Brown
Hi there

I've just had to add a link to a site I made a little while ago, and
although the stylesheet makes all links bold, this one isn't! I can't for
the life of me see why - can anyone here?

http://www.byronalexandercentre.com/links.html

And by the way - I do know I should have made the lefthand nav text-based
etc., but I had a really short time to do this and I just couldn't get the
background colour layout to work! The graphic designer is a friend of the
website owner, and she wanted it to look just like that!!

Thanks ...

- susie



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Can anyone see what I'm doing wrong?

2006-10-31 Thread Doc
Susie,Having looked at the page I'm going to assume you're referring to the way visited links are styled, since all of the links on this page were bolded when I viewed it. The trouble, then, appears to be here:
a:link		{ font-weight: bold; color:#003399; text-decoration: none; }a:visited	{ color: #0066CC; }a:hover		{ color: #003399; text-decoration: underline; }a:active	{ color: #003399; }
The a:link is styled bold, but the others are not. Depending on the effect you're after you will need to add the font-weight: bold to each of the others, or add it to a generic a tag style.HTHSteve
On 01/11/06, Susie Gardner-Brown [EMAIL PROTECTED] wrote:
Hi thereI've just had to add a link to a site I made a little while ago, andalthough the stylesheet makes all links bold, this one isn't! I can't forthe life of me see why - can anyone here?
http://www.byronalexandercentre.com/links.htmlAnd by the way - I do know I should have made the lefthand nav text-basedetc., but I had a really short time to do this and I just couldn't get thebackground colour layout to work! The graphic designer is a friend of the
website owner, and she wanted it to look just like that!!Thanks ...- susie***List Guidelines: 
http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
[EMAIL PROTECTED]***-- --Steve 'Doc' Baty 
B.Sc (Maths), M.EC, MBADirector, User Experience StrategyRed SquareP: +612 8289 4930M: +61 417 061 292Member, UPA - www.upassoc.org
Member, IxDA - www.ixda.orgMember, Web Standards Group - www.webstandardsgroup.org

***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***