Hello,
I noticed this when the 'EditCompleteDocument' property has been set to true.
I inserted the following tag in the HTML mode (we use that in our application in which we integrated the Cute Editor)
<!-- BEGINNOTPERZ XXFNameXX = -->,
Now I go the Normal mode and see whats inside the tag 'XXFNameXX'; thats fine, but now I come back to the HTML mode or retrieve the HTML programmatically and it then looks like this
<!-- BEGINNOTPERZ XXFNameXX = --></bgsound>
Clearly we dont want the bgsound tag appearing like this. I tried reproducing it on your demo, but I couldn't think of a way to set the 'EditCompleteDocument' property. Is there a way to do that.?
Also what could be causing the </bgsound> to appear?