Thanks Adam, but this example is using DIV tags as breaking elements not BR. We really need BR as its a requirement here.
This is the example html you sent me.
<div>line 1</div>
<div>line 2</div>
<div>line 3</div>
<div>line 4</div>
<div>line 5</div>
Thanks!
Eric