Hello,
I added the CKEditor module v. 3.6.6 rel.7689 (I think 3.7E!?)
The problem:
When I published a page with code like the following
…<div align="center">
<a href="<?php echo zen_href_link(FILENAME_DEFAULT, 'cPath=104') ?> ">
<img alt="MyImage" border="0" height="140" hspace="0" src="images/myimage.png" width="140" />
</a>
</div> …
After saving the edited page, the program (ckeditor) replaces the whole as follows:
…<div align="center">
<a href="http://www.my-site.com/admin/%3C?php echo zen_href_link(FILENAME_DEFAULT, 'cPath=104') ?>">
<img alt=" MyImage " border="0" height="140" hspace="0" src="images/myimage.png" width="140" />
</a>
</div> …
with obvious error link!
someone is able to solve this "defect" ?
thanks


Reply With Quote

