Re: Microsoft Outlook Formatting

  •  11-07-2011, 3:37 PM

    Re: Microsoft Outlook Formatting

    Hi syedrazi,
     
    By default editor will remove the <style> target. Please set  EnableStripStyleTagsCodeInjection="false", it should fix the problem of the html content above.
     
     <CE:Editor ID="editor1" runat="server" EnableStripStyleTagsCodeInjection="false"
                EditCompleteDocument="true">
            </CE:Editor> 
     
    Regards,
     
    Ken
View Complete Thread