Hi all,
I'm writing html text to a filed like so:
But the outcome is as followed:Code:tekst.htmlText = '<i>italic</i> <U>underline</U>';
italicunderline
The space in between is gone... any reason for this to happen?
Cheers
Printable View
Hi all,
I'm writing html text to a filed like so:
But the outcome is as followed:Code:tekst.htmlText = '<i>italic</i> <U>underline</U>';
italicunderline
The space in between is gone... any reason for this to happen?
Cheers
ahhhh....
PHP Code:tekst.htmlText = "<p class='content'><i>molestie</i> <u>pharetra</u></p>";
does work... so Flash counts
me flash me dumb...HTML Code:nbsp; + ' '= single space
Cheers