Hi Kenneth,
In the example it works, so I copied the code and used it in my application. However, the problem still occurs.
Then I thought about the differences between the example and my application and it is that I use <br> as line break and the example uses <div>-tags as line breaks. Changing my line breaks to <div>-tags and it works without problems.
Can you tell me what the advantage is for using <div>-tags in stead of <br>-tags for line breaks?
Does it have any disadvantages, for example for use in HTML newsletters?