[thelist] Quick CSS Question - No Break

Jens Brueckmann lists at j-a-b.net
Sat Feb 19 10:32:44 CST 2005


On Sat, 19 Feb 2005 09:59:16 -0600, Casey Crookston  
<casey at thecrookstons.com> wrote:

> Is there a CSS option for "no break"?

Presumably, what you are looking for is the CSS property white-space[1],  
e.g.

   ELEM {
        white-space: nowrap;
        }

Cheers,

jens

[1] http://www.w3.org/TR/REC-CSS2/text.html#propdef-white-space
-- 
Jens Brueckmann
http://www.j-a-b.net/


More information about the thelist mailing list