Hey Thomas,
I have thought this problem would appear ...
For such a special question you should use a CSS based template where you define the answer text as
| Code: |
white-space: nowrap;
|
Another possibility is to try and enter the answers as follows:
| Code: |
<span style="white-space: nowrap;">ITEM statement 1|statement 2</span>
|
If this doesn't work try using DIV instead of SPAN. And if both won't work you'll have to do a CSS layout. I can support you with one I did for a customer, if needed.
Greetings,
Jan