On Sep 13, 7:16 am, mrsheep <[EMAIL PROTECTED]> wrote:
> yes, i tried that but i need to have "breakable" spaces so that the
> text jumps to the next line if there is no enough horizontal space in
> the div.

This is a shot in the dark, but have you tried using multiple spaces?
It might be that the browser engine then collapses those into a single
space. Another kludge might be to use \n instead of a pure space. As a
rule, browsers will collapse runs of whitespace to a single space when
rendering HTML, but i've never heard of a browser collapsing a single
whitespace into nothing (but hey... it's MSIE...).

Reply via email to