Hi everyone,
I've just discovered that switching from source view to wysiwyg view( and vice versa) rearranges all the attributes of a link... this is ok till the moment this attributes become wrong...
I started with something like this:
<a href="http://www.google.com" title="aaa ddddd f gf g gh gh ggyh" onclick="window.open(this.href); return false;">
and, simply clicking the source button some times, the code transformed itself in this:
<a href="href=" http://www.google.com title="aaa ddddd f gf g gh gh ggyh" onclick="window.open(this.href); return false;">
Has someone else experienced this?
How can I disable code modifications when I switch view?
Thanks,
Chiara
Tue, 04/27/2010 - 11:47
#1
Re: Link attributes blown off
<?php include"save.php"; ?>
into the source of the page FCKeditor is managing and it completely removes the tag once I leave source mode and return to wysiwyg view... or if I publish the page from source mode and then go back to open it again, it will then remove the php includes link.
Its also doing the same thing on a simple css rollover link:
<a id="oa" href="products-oa.php" title="OA"></a>
Very frustrating!