Search

You searched for the word(s): table
Showing page 10 of 142 (1,420 total posts) < 1 second(s)
  • Table html with IE and Firefox

      Hello   This is the html in a table that looks like I want it to when viewed with IE, but it renders much differently when viewed with Mozilla.   I am not a programmer, which is why I use your product.   Here is the table html, any ideas?   <div><table class='''' title='''' style=''WIDTH: 758px; ...
    Posted to Cute Editor for .NET (Forum) by LeslieC on November 20, 2006
  • Re: How to Disable Resize option for table

        Thanks for quick response.I need to know how to disable resize option for a particular table. Say for eg   <table style=''width: 468px; height: 476px'' cellspacing=''0'' cellpadding=''0'' border=''0'' enableobjectresizing=''false''>     <tbody>         ...
    Posted to Cute Editor for .NET (Forum) by Anamikha on February 14, 2009
  • Re: problem when "press enter" in a table

    greg1804: It seems to be a problem under firefox (Firefox/3.0.11). No pb using IE.   Greg   Greg,   I tried the above example using Firefox. And it works fine.   My firefox version:   Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 22, 2009
  • Re: Question about table styles

    Ok, so here's my question then:   I am using version 6.6 integrated into our site.   In firefox, when I create a table and save, I get this:     In IE 8, when I create a table and save, I get this:     Why the difference? What do I do to ensure that users  with IE 8 (and by association IE ...
    Posted to Cute Editor for .NET (Forum) by gitarjake on October 17, 2011
  • Re: setting default style to Table

    any tips on how to set the ''TD'' column widths in a table to a default value. eg: <table style=''WIDTH: 635px; BORDER-COLLAPSE: collapse'' cellSpacing=0 cellPadding=3 border=2>            <tr>            <td ...
    Posted to Cute Editor for .NET (Forum) by ganeshreddy on April 3, 2006
  • Re: default table width

    Hi suchil,   Open file Constant.js ( CuteSoft_Client\CuteEditor\Scripts\Constant.js)   Find section below   editorconstant._CreateEditingTableStyle = ''<table border='0' cellspacing='2' cellpadding='2' width='500'>'';   Change to   editorconstant._CreateEditingTableStyle = ''<table border='0' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 4, 2009
  • Multiple Issues with Table

    Hello,   I am using latest Cute Editor version in my application. I am facing some issues with tables. These are   1. When I click on table icon of toolbar, sometimes it opens the wizard while some times it just shows a popup like window where I can highlight the number of columns and rows I want. The behavior is ...
    Posted to Cute Editor for .NET (Forum) by piyushc on June 25, 2009
  • Re: Newbiw ?s: XHTML, code compaction, table editing

    Adam...any word on the table editing issue? I've discovered that the problem is if you have a table with border, cellspacing and cellpadding all set to 0, then you can not edit the table as there is no border to double-click on. This is a problem, as most of our tables have no border or spacking/padding (we do this all via the ...
    Posted to Cute Editor for .NET (Forum) by Aluminum on June 24, 2004
  • Re: Can i able to create custom buttons with 1 to N numbers? based upon database table record count

    Anbaz,  Here is the code to add a custom button.  void Page_Load(object sender, System.EventArgs e)  {     CuteEditor.ToolControl tc = Editor1.ToolControls[''insertcustombutonhere''];     if(tc!=null)     {             ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2005
  • Re: Advanced table wizard firing

    Hi,   Have not the setting to prevent this for now. But you can open the files below and remove the content, then the user have no way to change anything of the table by the table properties ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 19, 2016
« First ... < Previous 8 9 10 11 12 Next > ... Last »