Search

You searched for the word(s): font
Showing page 14 of 216 (2,157 total posts) < 1 second(s)
  • Re: default font style in editor

    Cute Editor uses default font of the current page.   The default font of DNN is Times new roman.If you want to change the default font from Times new roman to Verdana (http://cutesoft.net/forums/3541/ShowPost.aspx), you need to modify one of style sheets of the DNN.For example, you can open and edit the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2006
  • Re: Font size question

    Jonpfl,   The range of accepted font size values is from 1(smallest) to 7(largest).   If you want to add more bigger value, please add the following code into font size section of common.config file.      <item text=''50px'' value=''50px''>     <html><![CDATA[<font ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 8, 2010
  • Re: How to change to font color and background of the HTML-Code when clicking on HTML with VB

    christian,   >>change to font color/background of the HTML-Code   Please modify the CuteEditorconstants.js file.// Default style in the source view var _editorSourceStyle = ''background:#ffffff;margin:0;padding:0;''; to:// Default style in the source view var ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2006
  • Re: Custom Font Face and Size Drop Down List Duplication When Customized

    Hi Ok, I had created a backup of the file I was working - ''common - Copy.config'' and apparently the editor was also reading that. I removed it from the diretory and the duplication goes away - thanks.  No, I am the only developer and prior to adding these lines   <item text=''Arial Narrow'' html=''&lt;font ...
    Posted to Cute Editor for .NET (Forum) by cw808 on March 15, 2012
  • Changing Font Color changes wrong characters on IE 8/9

    Trying to change the text color changes the wrong characters on IE 8 & 9, if using a template with contenteditable=''true'' and unselectable=''on'' attributes.  Repro Steps: 1. Open a cute editor with a template with protected parts. 2. Select a word in the unprotected part. 3. Try to change just the color of that word, by ...
    Posted to Cute Editor for .NET (Forum) by gll1559 on July 13, 2012
  • Re: Default CSS, font type and font size

    tomSymbius,   Firefox doesn't allow editor to acces the clipboard data of the user machine directly. CE can't get the data from the clipboard. So it uses a dialog to allow the user paste the content into it.   There is nothing we can do about this.    
    Posted to Cute Editor for ASP (Forum) by Adam on May 24, 2007
  • Re: Edit External stylesheet?

    I am working on this issue too. I have found that you can but it isn't pretty(see returns). The problem I'm working on now is how to save the file back... Editor1.SaveFile() doesn't seem to work for me right now. Maybe it is has to do with allowing edits on serverside code. Editor1.LoadFile(''stylesheet.css'')RETURNS:body { font-size:100%; ...
    Posted to Cute Editor for .NET (Forum) by tamaule on November 12, 2006
  • Fixed: After Applying EditorWysiwygModeCss stylesheet the font is extremely small

    After closing all browsers it seemed to have relieved this issue.. My bad.I followed the directions in post: http://www.cutesoft.net/forums/14518/ShowPost.aspx   And now the font is switching from Verdana to Times New Roman prefectly.   NOW the new problem is: When i start typeing in the editor the font is extremely small even ...
    Posted to Cute Editor for .NET (Forum) by Bensch on January 26, 2006
  • Problem with Menu options: Font Type

    1. More than one CuteEditor(5.1) placed on single web form and switch between the controls then font type of previous CE control changed as current CE control. Let me know how to resolve. I have downloaded new version on 7th Dec 2005. After selection font name it should display ''Font Name'' but it shows selected font name. 2. Inline Style, ...
    Posted to Cute Editor for .NET (Forum) by vilasrao_d on December 7, 2005
  • Problems setting the font size.

    I have experienced some problems with changing font size. If I change the fontsize several times I end up with HTML like this: <div style=''FONT-SIZE: 24pt''><span style=''FONT-SIZE: 12pt''>    <div style=''FONT-SIZE: 12pt''><span style=''FONT-SIZE: 10pt''>        <div ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on June 16, 2005
« First ... < Previous 12 13 14 15 16 Next > ... Last »