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.HTH
Steve
On 01/11/06, Susie Gardner-Brown <[EMAIL PROTECTED]> wrote:
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]
*******************************************************************
--
----------------------------------------------
Steve 'Doc' Baty B.Sc (Maths), M.EC, MBA
Director, User Experience Strategy
Red Square
P: +612 8289 4930
M: +61 417 061 292
Member, UPA - www.upassoc.org
Member, IxDA - www.ixda.org
Member, Web Standards Group - www.webstandardsgroup.org
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
