Search

You searched for the word(s): table
Showing page 56 of 255 (2,541 total posts) < 1 second(s)
  • Re: Question about table styles

    Hi gitarjake,   Should be (Use single quotes)    editorconstant._CreateEditingTableStyle = ''<table Style='border-collapse: collapse' border='1' cellspacing='0' cellpadding='0' width='500'>'';   not     editorconstant._CreateEditingTableStyle = ''<table Style=''border-collapse: collapse'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 14, 2011
  • Get FilePath Uploader (ASAP..)

    Hi nice guys, I want to display photos after user choose multifiles from uploader box(but not yet upload) So I have th code like this: <script>                 uploader=document.getElementById(''<%=FileInput.ClientID ...
    Posted to Ajax Uploader (Forum) by hochiminh on June 21, 2010
  • Adding default style to controls

    Is it possible to add default style to a table?For Ex: If  I click Insert Table button on the cuteeditor, is it possible to change the table properties by default?  i.e after adding a table, instead of changing the table style by right clicking on the table and changing properties, I should get the table displayed with some ...
    Posted to Cute Editor for .NET (Forum) by praveen on December 1, 2004
  • Re: No content in any pop-up windows (insert table, insert link, insert emoticons, etc.)

    Major disappointment. Just purchased the CuteEditor for ASP component, and uploaded it. Found that the popups show no content. As my site is hosted, I dont have access to set special IIS settings, and it would be no more than resonable to assume, that the product should work with IIS default settings.   Please make a fix HIGH ...
    Posted to Cute Editor for ASP (Forum) by jela on October 6, 2004
  • Re: We are using <div> intead of <table>

    But you siad got this problem with the table, and the html code you provided has no table there. I do not know how to reproduce the issue with the code you send. Can you provide the full steps?   Regards,   Ken 
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on July 1, 2014
  • Re: issue resizing image within table cell.

    Also is there any way we can make the image non resizable.  Yes, set EnableObjectResizing to false will disable the resize function.      <CE:Editor ID=''editor1'' runat=''server'' EnableObjectResizing=''false''>     </CE:Editor> Regards, Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 5, 2012
  • Re: pdf generation fails with table in div

    @Adam   I now have a table that converts to pdf when it has no border. When the table has a border then it gives in de pdf reader.   An unrecognized token .....   HtB
    Posted to Cute Editor for .NET (Forum) by HtB on February 11, 2008
  • Re: How to force progress bar for post upload processing?

    Hi,     You can try this code :   <script type=''text/javascript''>  var internalobj;  var hasprogress=false;  function ShowProgress()  {   if(!internalobj)return;   function ...
    Posted to Ajax Uploader (Forum) by cutechat on February 3, 2009
  • Re: Background image

    Paul,   I use CuteEdit to allow my client to send emails. I actually even wrote a mini scripting language to allow replace of names, address,etc similar to how word does merging, but the merging is done outside of CuteEdit. I only allow CuteEdit to create the content, and not the html headers around the email so I have better ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 19, 2005
  • Re: Manage Table Attributes

    Ok, let me do a better job of explaining what I need.  How do you set the attributes of a table once it has been inserted?  Double clicking on the table does nothing.  We need to set things like cellpadding, cellspacing, width, etc.
    Posted to Cute Editor for ASP (Forum) by ccrookston on February 28, 2006
« First ... < Previous 54 55 56 57 58 Next > ... Last »