You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Dimitri <di...@gmail.com> on 2011/09/24 13:41:26 UTC

T5.2, line break not rendered.

Hi all,
I m getting text from my database, containing line break. 
The text is, for exemple:
"TEST
TEST" 

When i include it on a webpage, it shows "TEST TEST".

I didn't find why... 

And btw the utf-8 encoding problem is still pending, no matter what i try.
> http://tapestry.1045711.n5.nabble.com/T5-2-message-encoding-td4819883.html

Thank you guys. 

--
View this message in context: http://tapestry.1045711.n5.nabble.com/T5-2-line-break-not-rendered-tp4836421p4836421.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5.2, line break not rendered.

Posted by Barry Books <tr...@gmail.com>.
For the most part browsers treat any whitespace as a single "space"
character. You can override this with CSS or convert the line break to
a <br>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org