Please set the Editor.RemoveTBODYTag Property to true.
By default Internet Explorer HTML parser automatically insert TBODY tag after any TABLE tag. When this property is set to true, CuteEditor strips out the TBODY tags.
For example:
<CE:Editor id="Editor1" runat="server" RemoveTBODYTag="true"></CE:Editor>