hi,
1. try replace the editor with a textarea and test it with the same content, does it work?
2. try add the code below to the bottom of your page, does it fix the issue?
- <script type="text/javascript">
- function CuteEditor_FilterHTML(editor,code)
- {
- return code.split("&").join("&");
- }
- function CuteEditor_FilterCode(editor,code)
- {
- return code.split("&").join("&");
- }
- </script>
regards,
Ken