Hello, I use CE 6.1 in ASP.Net using the following settings :
<CE:Editor ID="edittxt" runat="server" EnableStripScriptTags="false" AutoConfigure="Default" BreakElement="P" Width="100%"
Height="500px" EnableAntiSpamEmailEncoder="true" EnableBrowserContextMenu="true"
URLType="Absolute"
>
</CE:Editor>
and when I try to add iframe, they are deleted before the validation.
What can I do ?