CSS equivalent to the NOBR tag?

I wrote:

 > Andrew n marshall wrote:
 > 
 >  > I noticed the whitespace tag only applies to block level elements.  Is there
 >  > any equivalent to this for inline elements, similar to the use of NOBR in
 >  > HTML? 
 > 
 > Yes, the 'white-space' property takes a 'nowrap' value [1]. So, you
 > can e.g. say:
 > 
 >    CODE { white-space: nowrap }

Whoops. I failed to read the question which correctly states that
'white-space' only applies to block-level elements. My mental map was
different but has since been corrected. Sorry.

(But, I don't immediately see any good reasons for why 'nowrap'
couldn't apply to inline elements as well. Hmm.)

-h&kon

H   ĺ   k   o   n      W   i   u   m       L   i   e
howcome@w3.org      http://www.w3.org/people/howcome
World     W      i     d     e       Web  Consortium

Received on Monday, 28 September 1998 09:09:11 UTC