Search

You searched for the word(s): table
Showing page 37 of 142 (1,420 total posts) < 1 second(s)
  • Re: LINK tag removed from HEAD with EditCompleteDocument=true from Insert Template Dialog

    When I actually try to edit the template from the Inset Template dialog my HTML looks like:   <link href=''css.css'' type=text/css rel=stylesheet><base href=/><table cellSpacing=0 cellPadding=0 width=600 align=center border=0>    <tbody>        <tr ...
    Posted to Cute Editor for .NET (Forum) by ithandyman on October 8, 2006
  • Tab in table should move to next cell

    Adam,   It's standard that pressing tab in tables moves to the next cell. Pressing Shift/Tab moves to the previous cell. Please keep the right arrow/left arrow functionality as well, but implement the tab functionality.   CE doesn't do a true tab anyway. All it does is pad a bunch of blank chars, so it's better to implement my ...
    Posted to Cute Editor for .NET (Forum) by fredd on September 1, 2007
  • CE adding <html><head> and <body> tags

    I'm loading content from another source into CE like this: <font face=''Arial'' size=''2''> <font face=''Times New Roman'' size=''3''> </font> <table width=''100%''> <tbody> <tr> <td style=''font-size: 8pt; font-family: Verdana;'' align=''left'' valign=''top'' ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 5, 2007
  • Re: How to avoid illegal / invalid HTML Code

    Hi Adam,   the problem is repeatable there. I entered   Testing <!-- Test />successfully   on the HTML-Tab, and it only displays 'Testing' because of the following invalid HTML-Tag. But unfortunately my application crashes when using invalid HTML, while your demo still works fine.    I've now checked whats ...
    Posted to Cute Editor for .NET (Forum) by Kai2 on July 31, 2009
  • Problem editing table on dark background

    I have set the EditorBodyStyle to a black background. Now I am experiencing problems editing tables because I can't see the outlines any more as you can see in the following example: http://richtextbox.com/test/EditorBodyStyle.aspx   Is there a way to set the outline color to gray or white?    
    Posted to Cute Editor for .NET (Forum) by edgarJakob on November 25, 2007
  • Re: HowTo: Modify some default values for Insert Image and Insert Table Panels?

    Ken,   I've changed the default properties for insert image by editing the ''/cuteeditor_files/Scripts/select_image2.aspx'' file. I'd guess that the same can be done with the ''insert_table.aspx'' file.   The problem is however that you have to edit these files every time you upgrade the CuteEditor component.   - Zapotec
    Posted to Cute Editor for .NET (Forum) by Zapotec on August 6, 2004
  • Re: Table resizing

    Hi,   I can reproduce this issue on IE11 too, I have reported this to the development team, once we fix this, I will keep you posted.   Regards,   ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 27, 2016
  • Create link dialog button not working when selected text is in table

    I have this problem in cuteeditor, which can be reproduced as following:   1. Create a table, for example 2 cols and 3 rows.   2. Type something in every cell   3. Double click the text in the cell to select all text in that cell.   4. Click on the ''create link'' button   about 80% of the time, the dialog will ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on April 17, 2009
  • Table Resizing

     Hi, I suspect the answer to this question will be the same or very similar to the answer to my question on image resizing (http://www.cutesoft.net/forums/10143/ShowPost.aspx)  which I am still waiting for. Is it possible to prevent the user from resizing tables and table columns and rows using the mouse in ...
    Posted to Cute Editor for .NET (Forum) by Andy65 on September 15, 2005
  • Re: table popup

    apavey,   I see.   Please open the CuteEditorconstants.js file and edit the following code.   // Default window ornaments for the Tag dialogvar _tagDialogFeature = ''help:0;status:0;resizable:0;dialogWidth:453px;dialogHeight:515px;'';      
    Posted to Cute Editor for .NET (Forum) by Adam on August 11, 2006
« First ... < Previous 35 36 37 38 39 Next > ... Last »