Re: Incorrect "font" tag generating in Internet Explorer

  •  08-26-2013, 2:29 PM

    Re: Incorrect "font" tag generating in Internet Explorer

    Hi BiswajitMajumdar,

     

    Try set property UseFontTags to true, then it should keep the same target in your situation.

     

      <CE:Editor ID="Editor1" runat="server" Height="500" UseFontTags="true">        </CE:Editor> 

     

    Regards,

     

    Ken 

View Complete Thread