White Space

The white-space property determines how white spaces characters like spaces, tabs, and returns are handled. It also controls how text should wrap.

Value Description
normalMultiple whitespace characters will be treated as one, text will wrap when necessary (default).
nowrapMultiple whitespace characters will be treated as one, text will never wrap to the next line until a br tag is used.
preWhitespace characters are honoured. Text only wraps on line breaks - acts like the pre tag in HTML
pre-lineMultiple whitespace characters will be treated as one, text will wrap when necessaryand on line breaks
pre-wrapWhitespace characters are honoured, text will wrap when necessary, and on line breaks

Themeover CSS Reference

Close