Hi All,

Does any find that the way line breaks are handled are a bit counter intuitive. For example, if I enter:

line1
line2

you get:

line1line2

so to get results that you would normally expect, you would have to do something like:

line1<br/>
line2<br/>

which is pretty ugly. I thought I can live with it but it's starting to bug me too much.

Suggestions?

Duke