Search

You searched for the word(s): font
Showing page 106 of 216 (2,157 total posts) < 1 second(s)
  • Re: Unexpected menu layout change

    Adam:   While that ''fixes'' the problem in that example, it does not fix it in the actual case (I have been unable to determine why).   However, the code you want me to remove is required for Safari compatibility.  For whatever reason, Safari will not properly center things, and this code fixes the problem.   I have ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on June 2, 2008
  • Re: set highlight feature is not working

    in addition to my note, this was thread i was talking about http://cutesoft.net/forums/thread/16918.aspx and i have updated my version and made UseFonttag as false, but this again fails and nothing work, mean if i change font size or style   it remains same.. please provide me the solution for this, not the link for example as i could ...
    Posted to Cute Editor for .NET (Forum) by nareshdusi on April 28, 2008
  • Unordered list - extra space at top

    If I follow the steps below, it puts an extra empty item at the top of the list:   1. Type: Item 1 Item 2 Item 3   2.  Highlight three items and hit the bullet list button. 3.  Highlight three items again and pick a color for the font.  This is what it looks like:   Item 1 Item 2 Item 3 ...
    Posted to Cute Editor for .NET (Forum) by HorseFly on March 13, 2008
  • EditorOnPaste abnormalities

    We are seeing a few issues with pasting text.   if no editorOnPaste defined then when pasting plain text from notepad... we are seeing font tags being added. (seem to be taking the colour from the EditorWysiwygModeCss body specification)   if EditorOnPaste of Default; then this seems to work as we want... taking account of the ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on January 25, 2008
  • Problem inserting code snippet at start of html in CE6

    Maybe I'm being dim but I'm having a small problem with CE 6. I'm running the latest version (as far as I'm aware) and ASP.Net 2 with Windows Server 2003.   I have a code snippet which looks a little bit like this:   <span style=''float:right''>some text</span> <span style=''font-weight: bold''>some more ...
    Posted to Cute Editor for .NET (Forum) by pbeddis on January 22, 2008
  • CSS for read-only

    I can't get my css class to apply to read-only version of editor. Here is the code:   <ItemTemplate> &nbsp;<CE:Editor ID=''Editor2'' runat=''server'' ActiveTab=''View'' AutoConfigure=''Minimal'' ContextMenuMode=''Minimal'' EditorWysiwygModeCss=''~/ReportingApplication/css/screen.css'' FilesPath='''' ...
    Posted to Cute Editor for .NET (Forum) by jsmorse on January 4, 2008
  • Set the value of a dropdown using Javascript?

    How can I set the value of a dropdown using Javascript? e.g. Have Courier selected in the Default Font dropdown. This must be done using Javascript as the value I want to select depends on choices the user has made client side.   I am able  to grab the element but am not able to find a way to set the selected index ... does ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on December 21, 2007
  • Is there nowhere for us to report bugs or missing information?

    A few things I have noticed: Corrections to CuteEditor Buttons and Menus in dev manual TableDropDown should be table Form should be InsertForm Links should be LinkTree PasteAsHTML is missing Justify None is there twice because one should be Justify Full In the dev manual you use the following ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on October 22, 2007
  • Re: Other possibilities for solving typing delays in long documents

    You were right - clearing the cache totally changed the situation.  In a large (20+ pages) Word-based doc with image placeholders, lots of ordered and unordered lists, along with tables and font changes, there still is timing that kicks in and performs a background operation, but it's brief and, IMO, acceptable under the ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 24, 2007
  • Re: Custom colors in color picker?

    Well,   For the sake of anyone who might stumble upon this problem in the future:   Edit the following file: CuteSoft_Client\CuteEditor\Dialogs\colorpicker.aspx   Use code similar to the ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007