Posted by Els on 10/10/06 15:18
The Doctor wrote:
> H2
> {
> color:blue;
> font-family:arial;
> font-size:20pt;
> }
[snip]
> My understanding of that code is that it will show the word
> "Education" in Arial regular, blue, 20 pt.
No, h2 has font-weight:bold by default.
> Instead I get the word "Education" in Arial Bold. How do I
> turn the Bold option off?
font-weight:normal;
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
[Back to original message]
|