Search

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

    Wiseman,   I think you found a bug.   We've fixed it.   Demo is here:   http://cutesoft.net/example/Using-External-Style-Sheets.aspx   Source code of the above demo:   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''portal'' TagName=''Banner'' Src=''DesktopPortalBanner.ascx'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 21, 2005
  • Re: add new font size

    hi all   can anyone help me solve this problem ?   thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on January 31, 2010
  • Office Files lost style format

    Hello,   I copy paste a content from Word 2010 and I lost the styling and formatting for the bullets section. The bullets images is not shown at editor.   After I paste from Word, I look into the editor's source view and below is the output.   <p ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by bilika on June 6, 2016
  • Printing a Barcode

      This is my problem: I’m using a barcode font to print out barcode on PDF file (inputted from HTML string). It works on my local PC,  but when I put the same code and same font on web server, it does not produce the barcode on the PDF file Here is my HTML code: <span style=''font-family: Free 3 of 9; font-size: ...
    Posted to Cute Editor for .NET (Forum) by MikebOA on December 20, 2007
  • Re: We have a problem om w3c validation when we use the cutesoft editor

    cbrman,   1. Which version of Cute Editor are you using?   2. How did you input the font tag? By default, Cute Editor doesn't create any font tags.   Did you set Editor.UseFontTags Property to true?   3. Can you give us an example HTML code showing the problem?
    Posted to Cute Editor for ASP (Forum) by Adam on October 25, 2007
  • Suggestion for CE 4.0

    Hi Adam, Rulers: I believe that having the ability to enable 'Rulers' in pixels would be a nice feature. Font Indicator: showing which font is being used when placing the cursor in a word/phrase Show/Hide Hidden Elements:  not too important but... Enable/Disable ImageGalleryPath in the InsertImages Panel
    Posted to Cute Editor for .NET (Forum) by KenA on September 2, 2004
  • Re: Setting the Font Size List

    EvilMonkey,   You can create a custom button and register it to the editor to achieve that.   I will post the code in the afternoon.
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2004
  • Re: Control does not exist in the current context error in VS 2008

    Dear jtreuting,   Did you ''Add Reference'' to CuteEditor.dll?  Please save the following example to test.aspx, and then run this example, can you reproduce this issue?   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 25, 2011
  • Up Loader issues

    Below is the config being used to evoke the editor:        $editor=new CuteEditor();      $editor ->ImageGalleryPath = ''/images'';      $editor->FlashGalleryPath = ''/media'';      $editor->FilesGalleryPath = ...
    Posted to Cute Editor for PHP (Forum) by CGartrell on March 17, 2011
  • multiple Buttons showing

    Hello,   Cutewebui shows multiple upload buttons in page. I have assigned InsertButtonID but still it shows its default button and assigned button.   can you please look at code why it is happening?   Check the Add New Video button.      Code In Aspx page ...
    Posted to Ajax Uploader (Forum) by yogeshsapkale on July 2, 2010