Search

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

    oops... sorry... here's the code content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''strBody'' editor1.Text = content editor1.FilesPath = ''CuteEditor_Files'' editor1.ImageGalleryPath = ''/Uploads'' editor1.MaxImageSize = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • Issue.. DropDowns not updated to show which font was applied to the text, when selected

     while i select text in the editor, I would like to see what font was already assigned to some text (the font name, font size, css class dropdowns getting updated.. to show which font was applied to the text). Please help me on this..
    Posted to Cute Editor for .NET (Forum) by Madhava on November 9, 2005
  • Re: Applying font and size do not work with Firefox

    Thanks Adam for your reply. Actually, we still got the same issue after downloading the latest version of the control. Since the example works fine, we dig into our own code and found out RenderRichDropDown=''False'' UseFontTags=''True'' were the issues. We just removed these two properties from html code and things look fine. Thanks again ...
    Posted to Cute Editor for .NET (Forum) by GAkpoly on August 7, 2007
  • Set Default Font?

    Is there any way to set the default font for the text in the ASP editor?  I know you can set the font faces for the drop-down but not sure if you can default text to be Arial unless the user selects a different font.   Thanks   Gipper
    Posted to Cute Editor for ASP (Forum) by MrGipper on April 6, 2004
  • Re: Incorrect "font" tag generating in Internet Explorer

    Hi BiswajitMajumdar,   Try set property UseFontTags to true, then it should keep the same target in your situation.     <CE:Editor ID="Editor1" runat="server" Height="500" UseFontTags="true">        </CE:Editor>    Regards,   Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 26, 2013
  • Re: CuteEditor 6.3 problem with pasting Word HTML - not removing font styles

    Hi Adam,   thanks or your reply.   Yes, I know that the formattings are valid HTML   - but I also know, that version 5.x (I think definitly 5.3)  did remove  these font and style-Tags!   Creating my own HTML Filter is an option - but my latest one; cutesoft seemed to change this paste-behavior and so my wish ...
    Posted to Cute Editor for .NET (Forum) by Tony43 on May 8, 2009
  • Re: Font Size and Font style Boxes overlap in IE7

    I want to use Configuration files to disable these controls. But, I have many configuration files and I don't know which configuration file is the right one.   Regrds, Chemir
    Posted to Cute Editor for .NET (Forum) by Chemir on January 30, 2008
  • Re: contentEditable=false

    cheeves,   Please try:   <div contenteditable=''false'' unselectable=''ON''> <table style=''position: relative; border-bottom-color: #000000; border-top-color: #000000; border-collapse: collapse; table-layout: fixed; border-right-color: #000000; border-left-color: #000000'' class=''EmbeddedTable'' border=''1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 18, 2009
  • Re: Font and Size dropdown issues

    Thanks for reply! I have checked your example. Sorry but it is only partially working i think... currently it is working in similar way in both browsers (IE and FF): it select only right font name, but not size. So with fonts is perfect, thanks, but it would be nice if you can think something out about font size dropdown as well.  Thanks ...
    Posted to Cute Editor for .NET (Forum) by lvkae on April 1, 2009
  • Issue with Font Color on Adjacent Paragraphs

    Our QA uncovered a bug and I have narrowed it down to something I can reproduce using the demo.  It seems to occur when there are two adjacent paragraphs. To reproduce: 1) Go to the online demo http://cutesoft.net/example/General.aspx2) Switch to HTML and remove everything that is there, and paste in the following:  <STYLE ...
    Posted to Cute Editor for .NET (Forum) by robingwynn on March 30, 2009
« First ... < Previous 38 39 40 41 42 Next > ... Last »