Re: style tag is stripped out when using "TemplateEditor.Text = " or "TemplateEditor.XHTML ="

  •  04-09-2013, 6:53 AM

    Re: style tag is stripped out when using "TemplateEditor.Text = " or "TemplateEditor.XHTML ="

    Hi artsaliva,

     

    To keep the <style> target, please set property EnableStripStyleTagsCodeInjection to false.

     

        <CE:Editor ID="Editor1" runat="server" EnableStripStyleTagsCodeInjection="false">
                </CE:Editor>
     

    Regards,

     

    Ken 

View Complete Thread