Adam,
Thanks for the quick response. My question is if I can disable this "auto correction" feature in cuteeditor.net 6.4 or later version?
I tried it in your example. It does the same thing. My HTML code was removed after I taggled "NORMAL", "HTML", "PREVIEW" tabs.
Here is the code that I put in the "HTML" tab:
<HTML><HEAD><TITLE>Dynamic Schedule</TITLE>
<HEAD>
<H1>Schedule</H1>
<SCRIPT language=javascript>
<!--
var now = new Data();
document.write("This time is" + now);
//--->
</SCRIPT>
</HTML>
Thanks, Qian
Qian