In my \[code\]<p>\[/code\] tag I have some text, and it's broken on many lines.\[code\]<p>some really long text broken in many places...</p>\[/code\]Normal behavior is not to show space character on line break, but in my application I need to show it, is it possible in any way ? EDIT:If You run this:\[code\]<p style="width:100px;"> <span style="background-color: #008000"> some long text bla bla bla bla bla bla bla </span></p>\[/code\]You can see, that space (" ") between words, appears like any other character, but there is no space on the end of each line.