Search

You searched for the word(s): table
Showing page 140 of 255 (2,541 total posts) < 1 second(s)
  • Re: global functions not firing

    Dear deepakkumarjoshi,   Please save the following snippet to ''test.aspx'', and then run it, it works fine. <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void ...
    Posted to Ajax Uploader (Forum) by Eric on October 21, 2010
  • Re: File browsing dialog has been blocked

    Hi   Because for Flash/Silverlight component, they do not allow api call to open the dialog.   So when you use button.click() function , it will be block and show warning to let user click the Flash/Silverlight  again.   If you just want to hide the queue table, you can declare this ...
    Posted to Ajax Uploader (Forum) by cutechat on March 19, 2010
  • Re: Few Issues

    1. Latest version can be downloaded here http://phphtmledit.com/download/phphtmledit.zip 2. You should not embed any block level tags <p>,<div>, <table> into span tag. 3. Once you finish it, please send it to me. Adam@CuteSoft.net. We will upload it  to http://cutesoft.net/downloads/17/default.aspx 4. ...
    Posted to Cute Editor for PHP (Forum) by Adam on September 1, 2009
  • Re: DNN 5.1.1 - Editor not picking up styles from DNNGeneral.css

    Al,   Try the following code:   Body {     background-color: white;     FONT-WEIGHT: normal;      FONT-SIZE: 11px;     COLOR: #000000;     FONT-FAMILY: ''Trebuchet MS'';     text-decoration: none;     line-height:1.5; ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 21, 2009
  • Re: div issues, behaviour issues

    K, found the bug.. if a table is created and a div is created inside but floats above it, then the handles will not show up.   Div border styling Sometimes, and I do stress that a lot, the border will show up, but gets removed if I re-edit the page. I've tested this on safari (PC/Mac) FireFox(PC/Mac/Ubuntu),  IE, all the ...
    Posted to Cute Editor for PHP (Forum) by dmmunro on July 21, 2009
  • Re: Need Javascript DeleteAllAttachments...

    Hi,   the attachments list is server side state.   There's 2 solution for it :   A. call a button.click() and let it postback, call the DeleteAllAttachments() at server side.   --   B. you can just hide the table ( Attachments1.GetItemsTable().ClientID ) , set a flag to a hidden field , and call the ...
    Posted to Ajax Uploader (Forum) by cutechat on May 12, 2009
  • Re: Chat doesn't recognize logged in user

    I appreciate your response.  However, I can show you that it doesn't work.  Even when I step through the code I can see the provideer methods getting called.  I'm returning the users in my database and setting the necessary properties from my users table.  After all the code is run the Chat server still states the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by erikbartlow on December 31, 2008
  • Re: Text Gets Crumbled on Browser

    We initially use this one which has not special setting for cutesoft, not sure if it needs something special, tried to remove the css but text is still coming out wrong   BODY {     FONT-WEIGHT: normal;     FLOAT: left;     MARGIN: 0px 0px 0px 0px;     COLOR: ...
    Posted to Cute Editor for .NET (Forum) by venus20 on December 11, 2008
  • Re: How customisable is the Chat software?

    >>4.Can I log all the chats and is it real-time logging and does it log private messages etc?   It logges all the chat messages, included the private messages.   >>5. Can I see who has put whom on ignore and wen in the logs?   Yes. Contacts and block information can be found at table ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on June 25, 2007
  • Re: Default CSS, font type and font size

    tomSymbius, Cute Editor uses default font of the current page. The default font of your web page is Verdana.   So when it loads, it shows Verdana.   When you start to type in the editor, the default font of the current selection is Arial. Because in Edit.css file, you have the following code:   body,table,p,div ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 23, 2007