When I place code into the define pages using the plain text editor, click "save" everything works fine. However, when the client attempts to edit the page using the html editor, clicks "save," the code is automatically changed.
Example:
<script type="text/javascript">
new fadeshow(fadeimages, 400, 300, 1, 2000, 0)
</script>
becomes
<script type="text/javascript"></script>
Is there a way to prevent this from happening?






Bookmarks