Search

You searched for the word(s): font
Showing page 62 of 216 (2,157 total posts) < 1 second(s)
  • Re: Performance with changing Font size in Firefox

    Hi,   I have tested your steps.   It seems that, the performance issue is not caused by the size or other commands (bold/italic..etc ).   When select large text, the firefox will become slow.   We need test more for that.   Regards, Terry  
    Posted to Cute Editor for .NET (Forum) by cutechat on August 9, 2010
  • Re: Dropdown Font Color

    Gary, The background color of the dropdown menu is hardcoded in the script. Is your site online so you can provide a URL? Maybe I can help if I can check your site.   
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • Re: How Can I change the default font of the text area in the editor

    Tom, Please check the 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''
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2005
  • EditorWysiwygModeCss

    I have set EditorWysiwygModeCss=''EditorStyles.css''      And EditorStyles.css contains   body, td { font-family: Verdana ; font-size: 11px; font-weight: normal; text-decoration: none; }   When the editor loads the font is set to verdana, but as soon as I click on the editor it changes the font back to Times ...
    Posted to Cute Editor for .NET (Forum) by janlange on January 7, 2006
  • Re: spell check problem

    Hi wolf11th, 1. I can reproduce the spell check issue on IE8. We are investigating this issue and will get back to you as soon as possible. 2. The change font issue. Cause it because in the code you provided has many irregular nesting target and missing some start/end target of <font>. If only this code has the issue, ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 18, 2011
  • Re: Text Wrap in editor area

    Hello Adam, Sorry for the delay...  Here is the code: -------------------------------------------------------------- <!--#include file = ''../../cuteeditor/include_CuteEditor.asp'' --><% PageTitle = ''News Management Tool - Add Article'' %><!--#include file=''../../includes/strings.asp'' --> <!--#include ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 2, 2005
  • Re: Size drop down menu not dynamic

    This is by design.   CuteEditor doesn't use the font tag.   So when you select site dropdown, Cute Editor will render the following HTML code:   <div style=''FONT-SIZE: 14pt''>Hello World</div>   Instead of <font size=''4''>Hello World</font>    
    Posted to Cute Editor for ASP (Forum) by Adam on March 22, 2006
  • Re: How to define default font?

    fabert,   Please open the following file:   Providers\HtmlEditorProviders\CEHtmlEditorProvider\DNNGeneral.css   and change replace all font-family: Tahoma, Arial, Helvetica; with font-family: Arial, Helvetica;
    Posted to Cute Editor for .NET (Forum) by Adam on April 24, 2007
  • Re: Font and Size dropdown issues

    This is the style sheet entry:   #editorsCuteEdit {position: absolute; left:15px;  right:15px; top: 39px;  margin-bottom:-100px; width:auto; height: 80%; z-index: 1; } I've tried making the height fixed instead of a percent, but that doesn't seem to make a difference to the behavior. If I click the resize triangle in the ...
    Posted to Cute Editor for .NET (Forum) by robingwynn on March 25, 2009
  • Setting default font face and size

    I am brand new to CE.  I would like to set a default font size and face for CE.  So far I am unable to see how to do this.  Can anyone provice some input for me?   Thanks Brumby
    Posted to Cute Editor for ASP (Forum) by brumby on August 27, 2007
« First ... < Previous 60 61 62 63 64 Next > ... Last »