{ WHITE-SPACE :
NORMAL |
PRE |
NOWRAP }
Note that there are currently no versions of Internet Explorer or Netscape that recognize this
property.
The WHITE-SPACE property determines the use of white space (blank space) inside an element.
NORMAL
The NORMAL value is the default.
PRE
The PRE value behaves like the HTML tag <PRE>.
NOWRAP
The NOWRAP value allows a text to continue on the same line until the end of the text or
until an HTML tag <BR> is encountered.
The <BR> tag causes the text to wrap down to the next line.
Code:
Selector {WHITE-SPACE: NORMAL}
Selector {WHITE-SPACE: PRE}
Selector {WHITE-SPACE: NOWRAP}
Copyright 2000 by Infinite Software Solutions, Inc.
Trademark Information