Hello,
We use & Like FKC a great deal, and use it in our Website Builder as the editor.
I have run across a strange behaivor.
When I paste some Iframe code into the editor (In Source Mode) and leave source mode the iframe contents
display fine, however when I go Back into source mode, the code has been altered.
Origional Code as pasted:
<iframe height="809" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://laplanteenterprises.net/machform/embed.php?id=21" title="Yes Toxins Worry Me"><a href="http://laplanteenterprises.net/machform/view.php?id=21" title="Yes Toxins Worry Me">Yes Toxins Worry Me</a></iframe>
What displays after leavinbg & returning to source mode:
<iframe height="809" frameborder="0" scrolling="no" allowtransparency="true" style="border: medium none ; width: 100%;" src="http://laplanteenterprises.net/machform/embed.php?id=21" title="Yes Toxins Worry Me">&lt;a href=&quot;http://laplanteenterprises.net/machform/view.php?id=21&quot; _fcksavedurl=&quot;http://laplanteenterprises.net/machform/view.php?id=21&quot; title=&quot;Yes Toxins Worry Me&quot;&gt;Yes Toxins Worry Me&lt;/a&gt;</iframe>
Any Assistance would be greatly appreciated!
Bob LaPlante
Re: Strange Happenings
Seemingly the editor doesn't allow HTMl within iframe tags, but this should be possible to specify alternative content to show on browsers that don't support iframes... Perhaps you can try to file a ticket, http://dev.fckeditor.net/.