Hi all,

I'm writing html text to a filed like so:

Code:
tekst.htmlText = '<i>italic</i> <U>underline</U>';
But the outcome is as followed:

italicunderline

The space in between is gone... any reason for this to happen?

Cheers