Search

You searched for the word(s): font
Showing page 28 of 216 (2,157 total posts) < 1 second(s)
  • Re: relative font sizes

    Viz_steve, Do you want the dropdown in http://cutesoft.net/asp/EnableAll.asp ?  If so, you can create a custom drowdown similar to the one in ASP version. Since .NET version 4.0, the <font size=''3''>...</font>, <font face=''Verdana''>...</font> are not supported.
    Posted to Cute Editor for .NET (Forum) by Adam on March 9, 2005
  • Re: FIREFOX - CHANGE FONT ON SELECTION (TWICE)

    Confirmed - files released on 1/25 fix this issue:     This is the meat of the changes from 1/19/2008 to 1/25/2008 in the Framework 2.0 directory:    CuteSoft_Client/CuteEditor/Scripts/Gecko_Implementation/CuteEditorImplementation.js    ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on January 25, 2008
  • Font Changes Not working or Changing other texts(Color, Size)

    Need Assistance with these issues.   PROBLEM 1. Changing fonts that where you change overlaps different fonts (either in color, size, or font) it does nothing under one scenario and under another it has unintended effects of changing orther text not meant to be modified Scenario A:   Steps to Repeat. i. Go to ...
    Posted to Cute Editor for .NET (Forum) by MHassan on March 9, 2006
  • Re: Disable html tags (ie.. div, span)

    You can set the following property to p or br.   Editor.BreakElement Property Specifies the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div.   And set the following property to true.   Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 22, 2009
  • Re: Span Text Formating Issue

    Verticalapps,   Please try the following example: http://cutesoft.net/example/general.aspx   This example is running version 6.0.   If you are not happy with the result, you can set the following property to true and try again.     Editor.UseFontTags Property Font tags are now deprecated, meaning ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2007
  • Re: Can I stop cute editor to use span tag where ever it is using

    Vikas,   Please check Editor.UseFontTags Property. Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font face=''times'' size=''4'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 27, 2006
  • Re: Span Tag Question

    Andy,  Please set Editor.UseFontTags Property to true.Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font face=''times'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 9, 2005
  • Re: Source Code: Setting the Font Size List

    For anyone thats interested, I've come across a code snippet (found online) that I have modified that seems to work better than the function that Adam offered.   In the _Format function in WinIE.js, add the following case statement...   case ''FontStyleSize'':   checkRange(editing.EditorID); // get the focus and text ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on August 3, 2004
  • Re: Default font Questions

    Let me explain how it works. 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''   Cute Editor shows default font of the current page. The default font of web ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 4, 2006
  • Re: Font sizes looking different

    Not sure how you get the original text like this:   <div align=center><font style=''FONT-SIZE: 10px'' color=#666666>Type Here</font></div>   In the version 4.x, if Editor.UseFontTags Property to false, CuteEditor will automatically remove the font tags.    
    Posted to Cute Editor for .NET (Forum) by Adam on May 16, 2006
« First ... < Previous 26 27 28 29 30 Next > ... Last »