Hello,

Whenever I save my text from HTML Editor, it always insert a "?" character in the beginning.

For example,
If i type "test promo. checked" in my html editor and save, I see the following record in my database :

<font color="#808000">?test promo. checked</font>

I debugged my code and found that the "?" character does not occur while saving.
So if it is a HTML editor bug, please do let me know how to rectify this.

Just for info : Am using sql server 2008.

Regards