Search

You searched for the word(s): td style
Showing page 166 of 221 (2,209 total posts) < 1 second(s)
  • Some information

    Hi forum,    I'm evaluating CuteEditor for my company (we are looking for an web editor for our online application). Using your cool editor I have found some strange behavior   1) Using Firefox 3.0 the html code is automatically formated where switch from HTML to NORMAL view. I have set to false the option ...
    Posted to Cute Editor for .NET (Forum) by Luca Tessitore on September 3, 2008
  • Paste Options not working

    I have set the CE options as follows:   <CE:Editor ID=''headerTextTextBox'' runat=''server'' Text='<%# Bind(''headerTExt'') %>' ActiveTab=''Edit'' AutoConfigure=''Minimal'' ContextMenuMode=''Minimal'' EditorWysiwygModeCss=''~/css/MainCSS.css'' ShowDecreaseButton=''False'' ShowEnlargeButton=''False'' URLType=''Default'' ...
    Posted to Cute Editor for .NET (Forum) by jsmorse on July 6, 2008
  • Version 6.1 bug when edit static HTML

    1) open the editor at page http://cutesoft.net/example/Edithtml.aspx 2) switch to HMTL mode 3) add a reference to a CSS file in the <head> section 4) switch to Normal mode 5) switch to HTML mode and recheck the HTML 6) u will get an extra ''</li>'' in the <head> section:   <html>     ...
    Posted to Cute Editor for .NET (Forum) by Global-e on June 17, 2008
  • Re: Context Menu not appearing at correct location.

    Here is an example of what I am talking about.     <html>  <body>   <div>Top</div>   <div style=''height:200px; overflow:scroll''>    Put CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by MatthewBe on March 12, 2008
  • Re: Some programming questions about Cute Editor

    >>1. Is is possible to instantiate the editor on the server side using C# or   Yes.   Demo:   http://cutesoft.net/example/Dynamically-Create-Editors.aspx   Do something like this:   CuteEditor.Editor editor1  = new new CuteEditor.Editor();     >>2. Is it possible to have Cute ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 5, 2008
  • Error with HTML rendered by bold and underline buttons when hiding then showing the Editor (Firefox only)

    I have found a problem that would stop us going live with our application. Basically when the Editor is hidden and then shown again the behaviour of the Bold and underline buttons are changed.   This can also be replicated on: http://richtextbox.com/test/use-display-none.aspx http://cutesoft.net/example/hideshowdiv.aspx To ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 1, 2008
  • Properties Dialog, XML page cannot be displayed

    I get the following error on my site, when I open the properties dialog, on any tag. On a image tag, the context menu doesn't even show.   The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. An invalid character was ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on February 1, 2008
  • Emulating Bold Button Behaviour for H1

    Hi Adam,   I'd like to emulate the behaviour of the Bold toolbar button, but for h1 tags instead.  I know the size/format comboboxes are available, but I'd rather not give that much control to clients.   We will always have a sensible h1 style defined in the CSS so it makes sense to use it and I rather like the way the bold ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 23, 2007
  • GetSavePoint/RestoreSavePoint functions are not implemented in V6

    In v5.3 we used these functions to provide support for Ajax style modals.  A user would select some text, click a button and summon an Ajax modal.  Upon return from the modal, we would add some adornments to that text in script code.  These Editor functions allow use to save/retrieve the selected text.  Will these be ...
    Posted to Cute Editor for .NET (Forum) by tom.Ognibene on May 8, 2007
  • Re: CE failing in many ways.

    Adam: James,   For the font color issue, it's about reformatting the span style. Please check the following thread for details:   http://cutesoft.net/forums/post/18872.aspx   Ok, this answers my question about adding multiple levels of formatting but has nothing to do with a) why I can't change the default font/highlight ...
    Posted to Cute Editor for .NET (Forum) by jrbrady on March 27, 2007