Search

You searched for the word(s): table
Showing page 97 of 255 (2,541 total posts) < 1 second(s)
  • Re: setting default style to Table

    praveen,  This issue has been resolved. In the CuteSoft_Client/CuteEditor folder, you can find a file named ''CuteEditor.htc.aspx.txt''. To change the table defaul style, please change the following line: return editdoc.createElement(''<table border='1' cellspacing='0' cellpadding='3' ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 23, 2004
  • Re: CuteEditor in a DataGrid (ASP.NET / C#)

    Hi,   The cuteeditor renders like this:   <!-- CuteEditor DataListNews$ctl01$Editor1 Begin --> <textarea name=''DataListNews$ctl01$Editor1'' id=''DataListNews$ctl01$Editor1'' rows=''14'' cols=''50'' class=''CuteEditorTextArea'' style=''DISPLAY: none; WIDTH: 100%; HEIGHT: 100%''> </textarea><input type='hidden' ...
    Posted to Cute Editor for .NET (Forum) by DaveVernon on March 19, 2009
  • Re: Doubling of style="" Attribute when using XHTML Output = "true"

    Maximus5684: I'm not seeing any single quotes in this text.  Let me highlight for you what is going on:   <table style=''margin-left: auto; margin-right: auto'' cellpadding=''5'' style=''margin-left: auto; margin-right: auto''>     <tbody>         ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 7, 2007
  • Re: Submitting dynamic text from CMS

    Solved: I searched some more after I found out that other editors had the same problem. Found that these kind of errors can occur whenever a form is wrongly nested in a table. This was indeed the case in my site. Corrected the nesting of the form and table. Problem solved!
    Posted to Cute Editor for PHP (Forum) by hassinck on February 20, 2012
  • Re: Right to left

        I have done it, anybody who is interested in Arabic style for embedded mode:   replace this in EmbedChannel.ascx      <table style=''width:700px;height:500px;''>   with      <table dir=''rtl'' style=''width:700px;height:500px;''>   Thanks,
    Posted to Cute Chat and Cute Web Messenger (Forum) by zahiy on December 17, 2007
  • Re: Adds <br> tag in table.

    Mehek,   Please check this example:   http://cutesoft.net/example/general.aspx     This example is running version 6.0.      
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2007
  • Manage Table Attributes

    I'm wondering how a user could better manage html table attributes, such as <td> width, for example.  I found this post:http://cutesoft.net/forums/4600/ShowPost.aspxbut when I opened the file Insert_Table.asp I was not bale to find the code mentioned.Thanks,Casey
    Posted to Cute Editor for ASP (Forum) by ccrookston on February 28, 2006
  • Re: each room different skin / how cn i make new skins

    nokiko:   I maked a mistake.   please change Line 7:  string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress); to : string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null).OnlineId;   We haven't write document for the skinning yet . If you want to create your owner skin , the main steps ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on October 6, 2004
  • Re: Video stored in database doesn't show

    When you click button ''insert image'', ''insert flash'', ''insert template'',etc. ), all uploaded files will be stored into database. You can deploy that example on your end, and then you can open database, and review the table of ''fsitems'', file is stored in field ''filedate'',  it is ''image'' type, file size can be until 2,147,483,647 ...
    Posted to Cute Editor for .NET (Forum) by Eric on July 8, 2010
  • Re: Cursor position (javascript)

    Nilzor,   Please try the following solution. Just modify it to fit your requirements.   function InsertNewTable()   {    // get the cute editor instance    var editor = ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2005
« First ... < Previous 95 96 97 98 99 Next > ... Last »