Recent Topics

1 Sep 09, 2005 03:45    

I've tried changing my style sheet... defined a:link a:active a:hover and a:visited - the only one that changed is a:hover (I want them all to be font #999999)... This is driving me nuts... anyone who can figure this one out? www.jessweiss.com/blog - I can also email you a copy of my style sheet if need be... based on "plain"... thx. :-/

2 Sep 09, 2005 04:09

This did the trick:

a:link {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}


You were missing the 'link' and the '#'.

3 Sep 09, 2005 13:31

D'oh! That's what happens when you stare at the code too long. Thanks :oops:


Form is loading...