Search

You searched for the word(s): table
Showing page 40 of 142 (1,420 total posts) < 1 second(s)
  • Re: Where is the drop down list of fonts in Table > Property Builder > Style Builder > Font Family

    Please open CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_style_font.ascx file and find the following code:   <input type=''text'' id=''sel_fontfamily'' style=''width:240''>   You can change it to a dropdown menu and put some predefined fonts there.    
    Posted to Cute Editor for .NET (Forum) by Adam on December 27, 2006
  • Re: Table Pop-Up doesn't work.

    Singletoned,   Do you have the problem in the following link?   http://cutesoft.net/example/general.aspx   Can you tell me the steps to reproduce the problem?    
    Posted to Cute Editor for .NET (Forum) by Adam on December 2, 2005
  • Re: Linkerror plus severe error in table wizard!

     from eric to my emailadresse  Dear Customer,  http://cutesoft.net/forums/thread/66713.aspx  We can reproduce the the following two issues:1.      Single column insert  doesn’t work2.      No end <table> tag. I will ask our dev team about the status of ...
    Posted to Cute Editor for .NET (Forum) by mueller@fashion123.de on May 2, 2011
  • Re: Table tab

    pzolja,   Thanks for pointing it out. We are fixing it now.   >>'m using IE7 (lastest updates), with FF2 it doesn't work at all...   The firefox script will be integrated soon.  
    Posted to Cute Editor for .NET (Forum) by Adam on March 29, 2007
  • Re: Displaying saved database content

    Tried both:  <%= strPageContent %> and   <%# strPageContent %>  to no avail. Still just getting 'cms_pages' output on my page, which is the name of the table, instead of the actual table field content which should be '<div><img alt='''' src=''http://cutesoft.net/uploads/CLC Logo 1.gif'' ...
    Posted to Cute Editor for .NET (Forum) by spencet on October 29, 2009
  • Advanced table wizard firing

    We are in the process of upgrading to the latest version of Cute Editor for .Net. We have implemented a custom button that allows us to insert tables with proprietary data. We have disabled the table button that comes with Cute Editor. Yet when we double click on our table, it fires Cute Editor advanced table wizard. Is there a property to ...
    Posted to Cute Editor for .NET (Forum) by guptep on December 14, 2016
  • Table Problem

    i have some problem with simple table function when using Cute Editor 4.0.0.7 for Dnn 2. i have created a table with 4 row and one column. Only texte on each cells. When i change the style (font, color size) of the text and update the text, sometime, the style is not respected. For example in edit mode the text is in blue but when i submit ...
    Posted to Cute Editor for .NET (Forum) by djh3o on June 7, 2005
  • Re: Linkerror plus severe error in table wizard!

    Sorry if i am a bit unclear when iexpress myself.  (c:   To reproduce it, do like this:  Clear the documentType something ex. Hello! Im a bird.Add a blank and one character ex. Hello! Im a bird. xSelect the last character. In this case the ''x''Use the CSS Class - dropdown to link it to ''redcolor''The error should be that the ...
    Posted to Cute Editor for .NET (Forum) by Bloodcarver on May 3, 2011
  • Re: auto sizing

      An example using Cutesoft example on Auto Adjusting Height to show our issue... <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>         <title>ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by toniemtz on September 15, 2009
  • Re: HTML is changed after it is pasted in cute soft editor

    not for me with DisableAutoFormatting=''True'': <table><tr><td>hello</td></tr></table> <div> goodbye </div> still becomes: <TABLE> <TBODY> <TR> <TD>hello</TD></TR></TBODY></TABLE> <DIV>goodbye </DIV>
    Posted to Cute Editor for .NET (Forum) by RodneyLai on April 18, 2005
« First ... < Previous 38 39 40 41 42 Next > ... Last »