Hi, oke clear. I also digg a little bit deeper to understand it even more, see this article http://css-tricks.com/almanac/properties/w/whitespace/.
The only thing is, how does a browser know to which one of these it should listen?
white-space: pre !important; /* CSS 2.0 */
white-space: pre-wrap !important; /* CSS 2.1 */
white-space: pre-line !important; /* CSS 3.0 */
All (pre, pre-wrap and pre-line) are valid values, but which one, for example, is my browser going to choose?