By default selected item of font name dropdown is times new roman in Internet explorer

Last post 01-22-2009, 11:43 PM by rahulchoudhary. 2 replies.
Sort Posts: Previous Next
  •  01-17-2009, 12:09 AM 47829

    By default selected item of font name dropdown is times new roman in Internet explorer

    hi,
     
     
         by default selected item of fontname dropdown is times new roman in Internet explorer. in mozilla it is ok to "Default font".
     
     
  •  01-19-2009, 10:38 AM 47864 in reply to 47829

    Re: By default selected item of font name dropdown is times new roman in Internet explorer

    Cute Editor uses default font of the current page.
     
    The default font of your page is Times new roman.

    If you want to change the default font from Times new roman please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property. 

    Editor.EditorWysiwygModeCss Property
    Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss="example.css,~/portal.css,/default.css"  

     

    Editor.EditorBodyStyle Property

    The style to be applied to the Editor body.   

    Cute Editor uses default font of the current page.  The default font of web page is Times new roman. If you want to change the default font from Times new roman to Verdana, you can add the following code into the style sheet file:

    body, td { font-family: Verdana; }

    Or you can use Editor.EditorBodyStyle Property:

    Editor1.EditorBodyStyle="font-family: Verdana";

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  01-22-2009, 11:43 PM 47994 in reply to 47864

    Re: By default selected item of font name dropdown is times new roman in Internet explorer

     thanks
View as RSS news feed in XML