Advanced HTML Editor Support Product Page
This topic is locked
This topic was archived
Editor Code View Changing Code?
Reported 29 Mar 2006 22:36:57
1
has this problem
29 Mar 2006 22:36:57 Russ Turner posted:
I've got a client with an interesting issue: They want to occaisionally call javascript from within the information they're entering via the HTML Editor area on the page. However, when flipping back and forth between code view and rich text, the java-code get altered.The code that he's trying to enter is:
<a href="javascript:gotoshow()">
<img src="image1.gif" name="slide" border=0 style="filter:blendTrans(duration=3)" width=150 height=160></a>
But on update (or when changing the viewing mode to Rich Media and back again, the code ends up changed.
<a href="javascript:gotoshow()">
<img style="FILTER: blendTrans(duration=3)" height="160"
alt="" src="65.107.82.39/cpanel/C2manager/image1.gif"
width="150" border="0" name="slide" />
Any help would be appreciated!