Be gentle with me, please
I'm trying really hard to get my head round CSS and the stylesheet but I'll be the first to admit I am struggling at times.
I've created some a layout for "bikes for sale" information and I want to add an email link.
Easy, I can do that bit...but I want to style it.
So, I created the following in my stylesheet
.bikelink {
color:#FF0000;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
only thing is..it's being over-ridden by the a:hover already in the stylesheet.
I'm sure this is probably a dumb Q, but how can I prevent or get around that?
thanks for reading (you can stop laughing now )
Editted to add link, now it's uploaded! http://www.jesterstrickbits.co.uk/ac...94_CBR600.html (very work in progress this page, btw!)
I'm trying really hard to get my head round CSS and the stylesheet but I'll be the first to admit I am struggling at times.
I've created some a layout for "bikes for sale" information and I want to add an email link.
Easy, I can do that bit...but I want to style it.
So, I created the following in my stylesheet
.bikelink {
color:#FF0000;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
only thing is..it's being over-ridden by the a:hover already in the stylesheet.
I'm sure this is probably a dumb Q, but how can I prevent or get around that?
thanks for reading (you can stop laughing now )
Editted to add link, now it's uploaded! http://www.jesterstrickbits.co.uk/ac...94_CBR600.html (very work in progress this page, btw!)
Comment