View Full Version : CSS/Font help...? ^_^


Krysta
02-01-2003, 03:39 AM
I've searched the forum and google to find something, but I've come up with nothing. Well, not anything super helpful...

What I would like to know is... is there anyway that in my css to make my bold font a different colour other than my regular font. I know I can go and hand code all the bold by hand, but if there is an easier way through css it would be great. I know of this code (below) to use for different sizes to be different colours, but is it possible to have same sizes different colours, as in bold one color and regular another?


h1 {color: 000080;
font-family: Verdana;
font-size: 8pt;}

h2 {color: FFFFFF;
font-family: Verdana;
font-size: 10pt;}


I bet its something simple I'm not figuring out or not thinking of, but any help would be VERY grateful.

pb&j
02-01-2003, 03:48 AM
b {color:#ff0000;}

Krysta
02-01-2003, 03:54 AM
ah ha! thank you, I knew it was something simple like that I was forgetting.. *bangs head* lack of sleep does that too ya... so does staring at this screen!