Reminder (setting default font style)

Last post 03-30-2007, 9:29 PM by E1i. 2 replies.
Sort Posts: Previous Next
  •  06-13-2006, 8:18 AM 20061

    Reminder (setting default font style)

    Dear CuteSoft support team,
     
    yes, i have downloaded your latest updated version, and yes you have fixed lots of issue like single click image preivew and others tooo, Thank you very much, its really a kind of support...
     
    I am experiencing one more problem with this editor, For the editor, the default font is times new roman, i wanted to change the default font verdana.... i changed it using this statement;
     
    editor.EditorBodyStyle = "font:normal 12px verdana;"
     
    but when i open the page containing editor... the font style drop down stills showing Times New roman as selected one... and when i click on the compose area to write something it gets automatically change to verdana... so please fix this issue as soon as possible, its urgent...
     
    thanks,
     
    Nadir Ali Shah
  •  06-13-2006, 3:09 PM 20093 in reply to 20061

    Re: Reminder (setting default font style)

    Nadir Ali Shah,
     
    CuteEditor will update the font name dropdown based the font name of current selection.
     
    When the page loads, CuteEditor doesn't get focus.  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 to Verdana.

    For example, you can add the following code into your style sheet file: 
     
    body, td { font-family: Verdana ; font-size: 11px; font-weight: normal; text-decoration: none; }
     
    That will resolve your problems.
     
    Hope it helps.
     
    Let me know if you have any further questions.

    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

  •  03-30-2007, 9:29 PM 27908 in reply to 20093

    Re: Reminder (setting default font style)

    oops - wrong thread.
View as RSS news feed in XML