Re: EnableStripStyleTagsCodeInjection stripping safe styles too

  •  11-02-2010, 10:26 PM

    Re: EnableStripStyleTagsCodeInjection stripping safe styles too

    Hi manciaux, 
     
    By default, EnableStripStyleTagsCodeInjection will set to true to prevent style tag injection attack. If you want to use <style> tag, please set it to false, like
     
       <CE:Editor ID="editor1" runat="server" EnableStripStyleTagsCodeInjection="false">
            </CE:Editor> 
     
    Regards,
     
    ken 
View Complete Thread