Hi,
Happening on My LIVE site...
Steps:
1. Open page with CuteRditor
2. Find the 3 tabs viz (Normal,HTML and Preview) in the bottom of cuteeditor control. Click on "HTML" tab
3. paste following here on editor
<iframe src="
http://www.google.com" width="100%" height="300">
4. In this the ending tag for </iframe> is missing.
5. Find the 3 tabs viz (Normal,HTML and Preview) in the bottom of cuteeditor control. Click on "Normal" tab
6. you can see the goolge site in iframein editor area.
7. click again on "HTML" Tab. here you can see following
<iframe src="http://www.google.com" width="100%" height="300">
<br id="-moz-br-"></iframe>
8. in this, these are the unwanted characters and on submit it will renderd on the page. "<br id="-moz-br-">"
HOW TO REMOVE THESE unwanted characters? this happend using Firefox Browser.