Re: Font Size and RTE in IE

  •  11-21-2012, 3:51 PM

    Re: Font Size and RTE in IE

    Hi astearns ,

     

    1. Please post the code of your  "WHDStyles.css", so we can check it for you.

     

    2. Please try the example page below, does it works fine on your IE browser? If yes, then should be some stylesheet files on your page causes this problem. Please remove it one by one, then you will find out which style setting causes the IE issue.

     

    1. <%@ Page Language="c#" %> 
    2.  
    3. <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %> 
    4.  
    5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    6. <html xmlns="http://www.w3.org/1999/xhtml"
    7. <head> 
    8.     <title>example</title> 
    9. </head> 
    10. <body> 
    11.     <form id="Form1" method="post" runat="server"
    12.         <RTE:Editor runat="server" ID="Editor1" Height="260px"  ContentCss="~/example.css"/> 
    13.     </form> 
    14. </body> 
    15. </html> 
     

    Regards,

     

    Ken

     

     

View Complete Thread