Search

You searched for the word(s): table
Showing page 39 of 142 (1,420 total posts) < 1 second(s)
  • Re: clear editor1 using javascript

    Dear lonnie, Please refer to the following snippet:<%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Carriage Return Example</title> ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 6, 2011
  • Re: Space Problem

    It's not spaces. It's only for indentation. If you don't like this, please use the following code:   string myXHTML=EditorUtility.ConvertToXml(Editor1.Text,false,true,false);   Demo:   http://richtextbox.com/test/XHTML.aspx   XHTML (no indentation):: <table cellspacing=''4'' cellpadding=''4'' bgcolor=''#ffffff'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 13, 2007
  • Re: Line Spacing problem on Font Drop Down

    Change the following code:   body,table,p,div,span { font-family: Verdana, Arial, Helvetica, sans-serif;     color: #5D5D5D;     font-size: 9pt;     font-weight: normal;     line-height: 15px;}   to:   body,table,p,div,span { font-family: ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 20, 2006
  • Re: Cute Editor .NET Bug

    David,Indenting Code just makes the code easier to read and better laid out. It doesn't save the spaces into your database.   Example:   http://cutesoft.net/example/general.aspx   After you submit the form, the following html code is generated by the editor:   <table cellSpacing=''4'' cellPadding=''4'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • HowTo: Modify some default values for Insert Image and Insert Table Panels?

    1. When inserting an image, by default           hspace=5         align=baseline           How can I make it default to:                ...
    Posted to Cute Editor for .NET (Forum) by KenA on August 2, 2004
  • Re: CuteEditor in user control (ascx) sometimes doesn't save.

    Hey,  I found the problem.  The editor was contained in this structure:   <table>     <form>         <tr><td><editorControl></td></tr>     </form> </table>   In Netscape and FireFox,  the Editor ...
    Posted to Cute Editor for .NET (Forum) by btran on April 12, 2006
  • Table selection short cut

    Hi,  In Firefox the table get selected only by using CTRL+CLICK.IS there is any way to change the shortcut for selecting  a table by using a single mouse click  Thanks Karthikanand.VC
    Posted to Cute Editor for .NET (Forum) by vckanandvpp on April 21, 2009
  • Re: Html changing issue.

    Is there any way we can control the below -   If the original HTML is - <table><tr><td bgcolor=''ebebeb'' width=''30px''>&nbsp;</td></tr></table>   after pasting it to the editor, it is changed to - <table><tr><td width=''30'' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on July 2, 2010
  • Inserting a new column in image table(fsitems) in database

    i want to add another column in the table fsitems where the image is saved in swl server. That new colum value changes according to the conditons and i want that value to pass from the page where the cute editor is displayed. how could i achive this? Thank you
    Posted to Cute Editor for .NET (Forum) by sanjayvishu on April 18, 2007
  • Delay differences depending on view - table problem

    In mostly cases the typing delays are solved in the last version - thanks!. But try to edit this or other tables (copied from a doc-file or not ...): Edit a cell and than go to another cell. Massive typing delays are not always but often the result. We tested this with IE 7 and Firefox 2, both have similar delays, tested in our Application and ...
    Posted to Cute Editor for .NET (Forum) by lue on August 28, 2007
« First ... < Previous 37 38 39 40 41 Next > ... Last »