Search

You searched for the word(s): font
Showing page 118 of 216 (2,157 total posts) < 1 second(s)
  • Re: Which version of CuteEditor are you using?

    Erik,Please check the following post:http://cutesoft.net/forums/13196/ShowPost.aspx   .........  Please modify the CuteEditorconstants.js file.// Default style in the source view var _editorSourceStyle = ''font:normal 11px verdana;background:#ffffff;margin:0;padding:0;''; to:// Default style in the source view var _editorSourceStyle ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 16, 2006
  • Re: Changing gallery font size

    Denis, Yes, you can use the CssClass property to specify the css class that will be used by the gallery.
    Posted to ASP.Net Image Gallery (Forum) by Adam on December 27, 2004
  • Re: Font css Styles

    Has this issue been looked at yet?   It appears that even the ''Code Cleaner'' tool has difficulties handling this problem.
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 12, 2004
  • Font Size always going to a new line

    I am trying to configure the menu, but the placement of FontSize is always on a new line, even though I have not specified a break. I am using the following code:      'Dim editor    Set editor = New CuteEditor        editor.ID = ''LongDescription''    editor.Text = ...
    Posted to Cute Editor for ASP (Forum) by radamesb on July 3, 2009
  • Re: Customizing Live Chat Client

    Ok, I changed the that line to <div style=''color:#999999;font: bold 14pt Bodoni MT Black;''>                                     <img src=''Images/dd/189x68.jpg'' alt=''[Live Support]'' border=''0'' ...
    Posted to Cute Live Support (Forum) by bthevenin on June 30, 2008
  • Re: Image Path

    I'm using the file in the official zip, without any changes. There is a folder named ''Uploads'' in which there are some files. The code in the index.php file is:               $editor=new CuteEditor();             ...
    Posted to Cute Editor for PHP (Forum) by Tommy on October 22, 2007
  • Re: HTML Editor Modifies Code when switching to Normal mode

    Hi Adam,Based on my extensive review of the operation of the editor, the lack of style and font information from the initial HREF tag is being caused by our system. however, the use of the href=''###'' has solved the other issue.The system is still concatenating all lines within the Table Data cell as one line of code. This is not good and we ...
    Posted to Cute Editor for .NET (Forum) by jondavisct on February 9, 2007
  • Re: Major Problem with code cleaner

    ok, try creating a link like <a href=''default.asp''> link</a>  then using the code cleaner to remove font tags and see what happends, it even does this in the demo..       editor.CustomAddons = myCustomAddons    editor.AutoConfigure =  ...
    Posted to Cute Editor for ASP (Forum) by JonathanASP on November 23, 2005
  • Re: Selecting default class for the editor

    Bunce, What you want to achieve: When the editor loads, you want the text in the editor pick the style from the ''normal'' class instead of the default normal paragraph style. Is that correct?Try create separate css file:body, td{   /* copy the content from your normal csss here */    font:normal ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 14, 2005
  • Couple of Config questions

    when you have ShowBottomBar=''True''ShowPreviewMode=''False''ShowHtmlMode=''False''it still shows the ''Normal'' tab ... is there a way to hide that tab? I'd like to just show the ''+ -'' buttonsAlso, I can't seem to make the Font menu default to Arial . it defaults to ''Times New Roman'' , when you click the editor it switches to Arial though. ...
    Posted to Cute Editor for .NET (Forum) by DeviantNation on April 18, 2006