[opencms-dev] Strange happening with HTML gallery
David Tildesley (DSLWN)
DavidTi at datacom.co.nz
Fri Dec 6 06:09:33 CET 2002
Hi,
I am using the HTML gallery to allow the user to insert html code that has a
linked image to an anchor at the top of the page.
This is what I have in the gallery item:
<a href="#TOP"><img
src="]]><link>/system/modules/default/resources/up.gif</link><![CDATA["></a>
However, this is what happens when the user inserts it into the page from
the WYSIWYG editor:
<A href="#TOP"><IMG
src="><![CDATA[><link>/system/modules/default/resources/up.gif</link><![CDAT
A["></A>
As you can see, the ']]>' gets transposed to '<![CDATA['
Is there an explanation for this?
David.
More information about the opencms-dev
mailing list