Iframes are stripped away :S

  •  06-18-2008, 5:04 AM

    Iframes are stripped away :S

    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 ?
View Complete Thread