Re: font size

> I would like to set text with font size =8  to font size=10. 
> i can't write: 
> font size = 8 { font-size: 10pt} 
> 
> How can i do with CSS ? 

font[size="8"] { font-size: 10pt }

See http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selectors

Boris
-----------------
617-864-9910
-----------------
Washington [D.C.] is a city of Southern efficiency and
Northern charm.
                       -- John F. Kennedy

Received on Friday, 5 April 2002 14:41:51 UTC