Hi
I tried contacting support but have still had no response on this issue.
This is a problem I am experiencing when using your php editor and the setHTML method.
If I use the following JavaScript with Internet Explorer 8 to insert content into the editor problems occur. The method is
document.getElementById('CE_editor_ID').setHTML(html);
If I start with a blank editor that has the following content already loaded
<html>
<head>
</head>
<body>
</body>
</html>
If I then view the source of the of the editor I would expect it to be:
But instead its
A strange thing is that if focus on the HTML view of the editor and do the fetch, the content is fetched correctly. None of these problems occur in Firefox.
Please will you provide me with a fix for this problem
Thanks
Sam