Here is a fiddle demonstrating the problem
http://jsfiddle.net/WM8XW/
I have inserted many whitespace in the content of the label tag but the html rendered s
The normal behavior for the display of whitespaces is to compress them into a single one, which is then displayed.
There are two exceptions from that:
tag, which keeps the whitespaces as entered.
pre-wrap
pre-line