I want to use FCKeditor in a Mason site.  However, the autohandler is interfering.  I see a header for each instance of the editor.  Could this be because of IFRAMEs?
<div>
<input type="hidden" id="edit1" name="edit1" value="test" />
<input type="hidden" id="edit1___Config" value="" />
<iframe id="edit1___Frame" src="" width="100%" height="200" frameborder="no" scrolling="no"></iframe>
</div>
<br><br>
<div><input type="hidden" id="edit2" name="edit2" value="test" /><input type="hidden" id="edit2___Config" value="" /><iframe id="edit2___Frame" src="" width="100%" height="200" frameborder="no" scrolling="no"></iframe></div>

How can I avoid this problem?

Thanks!

Reply via email to