Look this is goofy crap...but I have a couple of these controls on a page and its grabbing the page that contains the controls and fills the RTE with the html....annoying..YES!
the controls are pretty simple:
<CE:Editor ID="txtSummary" runat="server" FilesPath="~/images" MaxTextLength="250" Text="" >
</CE:Editor>
and
<CE:Editor ID="txtArticle" runat="server" AllowPasteHtml="true" FilesPath="~/images" Text="">
</CE:Editor>
so...super not cool, I just want an empty, white editing area.....