Extra Space in RichEditabletext with html text
I have a RichEditabletext control and feed it with html text similar to the below text.
<!--
<br/>
<font size="13" color="#000066">
<b>
<a name="b">B</a>
</b>
</font>
<br/>
-->
In this case I got a space in front of the Character B. (" "B) They seems to show fine in browser,
Any Idea why the TLF put extra space in it?
Are we suppose to manually parse out all the extra "line feed"/"new line" before pass them to TLF control?
It's interesting that it rip out all the extra line but leave one space in it.
Thanks for any info.
