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.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'When this property is set to true, CuteEditor strips out the TBODY tags.
editor.RemoveTBODYTag
= true
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace