Search

You searched for the word(s): table
Showing page 77 of 255 (2,541 total posts) < 1 second(s)
  • Re: Drop-down menus display

    It turns out that any attempt to set table margins in stylesheet code will cause this problem.  For example, table { margin-left: auto; margin-right: auto; }   also causes the problem.  However, I did find a solution, and that is to encapsulate each drop-down menu into their own group, as shown below: ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on January 28, 2009
  • Re: (File dialog has been blocked) while trying to Upload files

    Terry, It worked for the test page only. On my real pages it didn't because the controls are not at the same position. You could see that the line and column are ''almost'' matching (if you put the green mask) but they are not. To test that just add other uploader control(s) to the test page at another position. For example, just add ...
    Posted to Ajax Uploader (Forum) by luci on September 4, 2009
  • setting default html

    when we add table with 1 row and 2 cols, default html is - <table border=''0'' cellspacing=''0'' cellpadding=''0'' width=''500''> <tr> <td> </td> <td> </td> </tr> </table> can we change the default html to be as under, so that every time we add table ''TR'' is vertically top ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on April 3, 2012
  • Re: Redirect When Upload Complete

    <!-- #include file=''include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <html xmlns=''http://www.w3.org/1999/xhtml''> <head> <link rel=''stylesheet'' type=''text/css'' href=''data/stylesheets/default.css'' ...
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011
  • Re: Error Messege

    I can do without it for right now, but for future reference I would need to know.____BOF____<%@LANGUAGE=''JAVASCRIPT''%><!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 3, 2007
  • Re: Table cell mouse drag resizing indicator incorrect

    Put your mouse cursor over the bottom, right or bottom-right of the cell, the cell should be selected and highlighted in red. This is by design.   If you get a different result, please post a screenshot.    
    Posted to Cute Editor for .NET (Forum) by Adam on September 6, 2007
  • Re: Table: New rows use default instead of current row's settings

    fredd,   This issue is fixed. Please download the latest build:   Demo:   http://cutesoft.net/example/general.aspx   Download:   http://cutesoft.net/downloads/default.aspx   I will post the change log tomorrow.      
    Posted to Cute Editor for .NET (Forum) by Adam on August 14, 2007
  • Re: forcing paragraphs with one line of text

    If anyone is interested, here's the fix I've built. It's not the prettiest thing, but works. We're calling this function on the SUBMIT button before the text is stored in the database. I hope it is of some use to someone...   function checkForBlockTagWrappers (ByVal textToParse as String) as String    ' set s as string that ...
    Posted to Cute Editor for .NET (Forum) by Aluminum on July 13, 2004
  • Re: CleanUpMicrosoftWordHTML() automatically adds CDATA to my script tags

    Hi Ken, Unfortunately the demo strips the script tags from the input. What I did was basically: 1) Allow client scripts in the document2) Call CleanUpMicrosoftWordHTML()3) Display the editor's Text property after the clean up.  I can't seem to include an attachment, so i'll just put a modified default.aspx in a code block ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on July 30, 2010
  • Re: bug: border on tables

    I still have the same problem. When saving in html mode i get this code, which i correct: <table border=''0'' cellpadding=''2'' cellspacing=''2'' width=''500''> <tbody> <tr> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> When saving in design mode i get ...
    Posted to Cute Editor for .NET (Forum) by eldorsen on April 26, 2007
« First ... < Previous 75 76 77 78 79 Next > ... Last »