Hi -
Here's what happens: I load this text from a database. "<a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a id="LOID2048431086" name="LOID2048431086"></a>asdf<a id="LOID105934077234" name="LOID105934077234"></a><br>"
In IE: In normal view the flags that represent the anchors do not show, but if I flip to html and then back, they show. Also, the flags show in preview mode, which they should not.
In FF: The first flag shows at initial load, but the others don't. Then each time you flip to html and back one more flag shows. However, after the second flip to html, the control edits the text to be:
<a id="LOID10593407723" name="LOID10593407723"></a>this is <a id="LOID1059340772" name="LOID1059340772"></a>a test<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID2048431086" name="LOID2048431086"></a>asdf<a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url(CuteEditor_Files/Images/anchor.gif);" id="LOID105934077234" name="LOID105934077234"></a><br />
Please help!