Search

You searched for the word(s): td style
Showing page 3 of 221 (2,209 total posts) < 1 second(s)
  • Link in same window crashes Editor

    To reproduce this problem:   1. Go to http://cutesoft.net/example/general.aspx 2. Click into the editor body below the existing contents. 3. Click the InsertHyperlink icon. 4. In The editor, enter Url: www.CuteSoft.NET. 5. In Target: select Same window. 6. In Title, enter: CuteSoft 7. Click [OK] to close the link editor. 8. Back in ...
    Posted to Cute Editor for .NET (Forum) by fredd on May 9, 2007
  • Re: images and text box doesnt load correctly.

    I'm having the same problem.  Here's what I'm doing....   In TestPage1.aspx:  <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ... <div>     <CE:Editor ID=''Editor1'' runat=''server'' /> </div> ...   After viewing the page's source, he's ...
    Posted to Cute Editor for .NET (Forum) by mhodges on December 10, 2008
  • Forms in text ?

    I have been playing around with the form elements of the editor, but I can't get it to work properly. I have tried to to catch the values of the form by: Dim formElement As New System.Web.UI.WebControls.LabelIf Request.Form.HasKeys Then For Each element As String In Request.Form formElement.Text += (element & '': '' & ...
    Posted to Cute Editor for .NET (Forum) by Larskohsel on February 3, 2005
  • Re: Textarea disabled on first load

    No, it doesn't change things any for us.  The code above was the solution to a previous problem.  Now there is the new ''readonly'' problem in FF2.0 and older.... here is the html that produces this problem, could you please tell me if you see anything <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN''> <HTML ...
    Posted to Cute Editor for .NET (Forum) by OlegS on March 30, 2009
  • Problem upgrading Framework 1.1 to 2.0 - editor definition gets 'object expected' Jscript error?

    We are upgrading our Framework 1.1 ASP.NET application to 2.0.  I used the Visual Studio 2005 conversion wizard, all modules converted with no problem except the three in which we use the CuteSoft editor.   I manually converted those to create the .aspx, designer and .vb files.  The site now compiles in VS2005 (there are ...
    Posted to Cute Editor for .NET (Forum) by rockford on March 7, 2008
  • Tag collapse

    Hi, Problems on html clean status: 1) A over A over A over A. If user use multiple time anchor a chain of A is implemented. Is possible to deny that A is into a A? 2) Div into A. This is not xhtml comliance3) Span over span over Span. Look this html created by a user with Cutesoft Editor working day by day. Is not possible to collapse ...
    Posted to Cute Editor for .NET (Forum) by marcellus on March 3, 2009
  • problem about cuteeditor tag "form" property EncodingType=html

    I am sending a mail through form tag.mail goes but in plain text formate.i want to achive mail as i design in the form of form tag. when i set cuteeditor form property EncodingType=html then nothing show in mail body.   i am sending my html code....     <p> <form id=''contactform'' style=''height: 24px'' ...
    Posted to Cute Editor for .NET (Forum) by govind_rkdf on October 1, 2008
  • Re: Text Gets Crumbled on Browser

    We initially use this one which has not special setting for cutesoft, not sure if it needs something special, tried to remove the css but text is still coming out wrong   BODY {     FONT-WEIGHT: normal;     FLOAT: left;     MARGIN: 0px 0px 0px 0px;     COLOR: ...
    Posted to Cute Editor for .NET (Forum) by venus20 on December 11, 2008
  • Re: MS Word bullets not recognized

    Just a couple of things on what you said   1. If I choose confirm Word the dialog only appears by clicking the paste icon or by right click and paste, not Ctrl + V 2. There is no ''No'' option only insert or cancel, 3. If I choose insert the text is ''supposedly cleaned'', there is actually no difference and is entered which is not ...
    Posted to Cute Editor for .NET (Forum) by karl0 on January 29, 2009
  • Re: File Upload - removing space in file name

    Hi rajmohanp,   1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx'' and delete all the code in it   2. Use the code below (red code is what I added in it)     <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' %> <%@ Register TagPrefix=''CE'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 20, 2011