Search

You searched for the word(s): font
Showing page 36 of 216 (2,157 total posts) < 1 second(s)
  • Font and Size dropdown issues

    Hello everyone!   I need help related to dropdown menus for fonts and sizes.   For example i have text typed in CuteEditor using UseFontTags=''true'' (for some reasons i can use only font tag... not span): <font face=''Arial'' size=''5''>Text with Arial font and size 5 <font face=''Verdana'' size=''3''>Text with ...
    Posted to Cute Editor for .NET (Forum) by lvkae on March 25, 2009
  • Re: font type

    Dear goh6613,   Put the toolbar items needed to be disabled into this Editor.DisableItemList string. For example:  <CE:Editor id=''Editor1'' DisableItemList=''Bold, Italic'' runat=''server''></CE:Editor> C#: Editor1.DisableItemList = ''Bold, Italic''; VB: Editor1.DisableItemList = ''Bold, Italic''   More ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 11, 2010
  • Re: editorOnPaste does not trigger anything...

    Chet,   The above doc contains the following code:   <p class=MsoTitle style=''MARGIN: 0cm 0cm 0pt -25.5pt; LINE-HEIGHT: 12pt; TEXT-ALIGN: justify''><font color=#000000><font face=''Times New Roman''><i style=''mso-bidi-font-style: normal''><span lang=IT style=''FONT-SIZE: 12pt''>Le presento ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 13, 2006
  • Font color change - does not work properly

    Hi,   we have problems in the font color.   Steps to reproduce the issue : 1. Type few words in the Compose. 2. Now change the font color. continue to type and the text appears in the new color. 3. Now try to change the font color 4. The color does not change to the new color. instead it behaves differently.   The best ...
    Posted to Cute Editor for .NET (Forum) by dhapra1109 on February 7, 2011
  • Font size bug in Chat

    Hi,  I am sure someone must have notice a bug in the public chat, which is even there on the demo site http://dotnetdate.com/ The issue here is when I try to change the FONT SIZE from the drop and send a message, it still shows the font in same size. Notice this issue doesn't come when we do a private chat. So looks like something is missing ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by dhananjaym on August 6, 2009
  • CE add font style on pure text paste!

    Hello Adam, Quick question... 1 - I copy text from a website 2 - Paste it into NOTE PAD 3 - Copy it again from NOTE PAD (to be sure to have pure text) When I paste it into CE, it add ; <font face=''Arial'' color=''#464646''>my pure text</font> The font type & color values are taken from my default ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 30, 2008
  • Font-size in editor iframe

    Hi,   With EditorWysiwygModeCss I refer to the site's default stylesheet. In that stylesheet I have the font-size for the html tag set to 0.7em:html { font-size: 0.7em; }   In my normal site's pages all goes well, but in the editor windows the font is not resized.   Anyone knows what to do?   Kind ...
    Posted to Cute Editor for .NET (Forum) by Activator on December 8, 2006
  • Paste from Word with unknown font

    If I import content from Word using a normal paste that includes a font I do not use in the CuteEditor it sometimes hangs the editor, What is the expected behaviour of the editor when finding font references that differ from the font list in the Editor itself ? I am using normal paste because cleaning the Word contents removes too much ...
    Posted to Cute Editor for .NET (Forum) by FrankMoroney on July 1, 2005
  • Re: How to change font of text box?

    Thanks for the reply, but I'm still not able to set the font of the text body. If I use EditorWysiwygModeCss, I don't know what css tag to use. I had a look in asp.css, but I can't figure out which part applies to the editor's text area. I tried EditorBodyStyle but it did not work. (This property is not mentioned in the documentation by the ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 3, 2005
  • Setting default font for editor

    I see that this was asked a few months ago, but thought I would ask again (since there was no real answer).  Does anybody know if there is a way to set the default font in the editor.   In other words, when I load the editor, I want to dynamically set the font that is selected in the font dropdown, based on my user's ...
    Posted to Cute Editor for ASP (Forum) by bableson on January 13, 2005
« First ... < Previous 34 35 36 37 38 Next > ... Last »