Re: How do I prevent <style> tags from disappearing?

  •  12-27-2012, 11:35 PM

    Re: How do I prevent <style> tags from disappearing?

    Thanks. I added EnableStripStyleTagsCodeInjection="false" to tag and the style tags no longer disappear.

     <CE:Editor ID="Editor1" Runat="Server" EnableStripStyleTagsCodeInjection="false"></CE:Editor>

View Complete Thread