Browse by Tags

All Tags » css
  • How to remove CSS from top of word document

    Hello,   When I porogammatically assign the text property of the Cute Editor to a string (that happens to be a MS Word Doc), I'm getting a bunch of CSS at the top of the form.  Is there a method, property, etc, that I can set in the Cute Editor that will remove the extra CSS?
    Posted to Cute Editor for .NET (Forum) by CompSciSTL on August 28, 2015
  • Save-Icon enlarged when cute editor inserted into existing webpage

    I am setting up CuteEditor for PHP on an existing webpage. When I put the code into its own page it formats fine. When I inset the code into my existing page it works but the save icon gets rendered as a scaled up image and takes up most of the page. I have attached an image of what I mean. I have a feeling it is something to do with the CSS ...
    Posted to Cute Editor for PHP (Forum) by Cicero19 on October 3, 2010
  • Form customisation

    I find it really hard to customise the form at all. The current problems I have at the moment is if the file names are too long then you cannot see the status of the file (upload successfully etc), therefore I tried to figure out to limit the filename characters shown but havn't had success. Another problem is the list of currently uploaded ...
    Posted to PHP File Uploader (Forum) by klj613 on May 31, 2010
  • Issue with css in current version

    Hi -        I'm currently using v5.1 in production, and want to upgrade to the latest version, but have a problem reproducing the behaviour of 5.1 -- in 5.1, when i load a file that contains a stylesheet link, the editor will apply that stylesheet to the html file in the editor, as long as i correctly set the ...
    Posted to Cute Editor for .NET (Forum) by jtruxon on January 20, 2010
  • Problem css with IE6

    hi, i download the demo. I have a problem when i want upload media. The button 'upload' and 'cancel' are not visible.The content of the page insertMedia is truncate. I have a problem only with IE6    Regards, Megami59
    Posted to Cute Editor for .NET (Forum) by megami59 on December 7, 2009
  • CSS background-image doesn't work in most e-mail clients

    We use Cute Editor for PHP to build HTML e-mails to send out. One thing I've noticed is that a lot of e-mail clients (Gmail, Outlook 2007, etc.) do not yet support the CSS ''background-image'' property. When I specify a background image for a table cell in Cute Editor, it uses the CSS ''background-image'' property, instead of the HTML ...
    Posted to Cute Editor for PHP (Forum) by johndubya on December 4, 2009
  • css class for upload files queue table.

    Hi,   I would like to be able to CSS style the standard Uploader Queue table, but the individual TD elements do not have classes and hence it is not possible to reference them in CSS. Can you let me know if it is possible to easily add class names to these TD elements or do I have to create a customer queue ...
    Posted to Ajax Uploader (Forum) by ian pettman on June 23, 2009
  • CSS not being parsed correctly within editor

    Hi Adam,   I can't seem to get my fonts to look the same both within the editor and outside of the editor. When the XHTML is used in my page it is shown at the correct 11px size, but within the editor it's much larger. I've had a hunt through the forums and can't find the answer.   Below are the separate sections of related ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on January 16, 2009
  • Dropdown lists displaying incorrectly (IE6) when beneath DHTML layers

    I have a page that contains the editor where the user can dynamically add or remove rows in a table using javascript and some standard DHTML practices. The editor is beneath this setup and as the list of rows gets bigger or smaller, the editor doesn't display the dropdowns for font or font-size correctly. They come up above the editor (layout ...
    Posted to Cute Editor for ASP (Forum) by jcahill on August 29, 2007
  • Enabling External Style Sheet

    I'm using version 5.2 and have the following code for rendering CuteEditor:    Dim editor Set editor = New CuteEditor 'Create a new editor class object editor.ID = ''Editor1'' 'Set the ID of this editor class editor.Text = strNotes 'Set the initial HTML value of editor control editor.ImageGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on January 31, 2007