I have a code snippet that fails to insert the code. I have determined that 2 areas of the code snippet seem to be potential causes of the problem, (1) the onclick javascript and (2) the style setting for the IMG tag.
The snippet is as follows and is a simple Highslide invocation to load an iframe with an image and the IMG background URL simply places a play button the the img.
<a onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: 540, height:380} )" href="../cxvideo.php?video=testvideo">
<img src="/x/videoredplaysmall.png" style="border:1px solid #1538a7; background:URL('/x/testvideoThumb.jpg') center center black;" alt="" /></a>
If I remove both of these the snippet works.
If I insert the exact same code into the HTML panel it works perfectly.
I tried the false setting for the script inject security setting but it made no difference
Any suggestions would be appreciated as ajax facilities are essential on my application so these snippets become more important each day and i like the cuteeditor a lot for its flexibility