Hi, im using the 1.6 version of the editor and I have modified the editor abit so that when I enter an image thumbnail to the text, it adds a popup code to it as well, looks something like this:
IMG onmouseover="style.cursor=hand;" onclick="openwin(image,popup.php?id=131_lrg.jpg&l=3,480,640,no);" height=105 src="/bdi/image.php?i=1&id=131_thmb.jpg&l=2&pid=131_lrg.jpg&w=640&h=480" width=140 align=left border=0>
Everything is OK a this point, I save the text into the database and all works fine. Problem occurse when I reload the text into the editor. I escaped the ' symbols and discovered when looking at the source code that the " symbols were missing and my popup code stopped working. any way to stop fck from doing this?
IMG onmouseover="style.cursor=hand;" onclick="openwin(image,popup.php?id=131_lrg.jpg&l=3,480,640,no);" height=105 src="/bdi/image.php?i=1&id=131_thmb.jpg&l=2&pid=131_lrg.jpg&w=640&h=480" width=140 align=left border=0>
Everything is OK a this point, I save the text into the database and all works fine. Problem occurse when I reload the text into the editor. I escaped the ' symbols and discovered when looking at the source code that the " symbols were missing and my popup code stopped working. any way to stop fck from doing this?
RE: FCK removes " symbols from the sourcecode
RE: FCK removes " symbols from the sourcecode
I need to get this working. So any help will be appreciated.
thanks all