Search

You searched for the word(s): Height
Showing page 181 of 208 (2,075 total posts) < 1 second(s)
  • Table Properties not retaining values

    I have this in another post, but I thought it should have its own.   The values in the Table Properties are not getting retained.  For example, if I create a table with a certain Width and Height, then I double-click the table to revisit the properties, the values are not what I changed them to, but rather they are back to the default ...
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 28, 2005
  • Re: Setting a default Width and Height for tables

    And one more thing, this problem with not retaining values seems to occur on http://www.cutesoft.net/asp/EnableAll.asp as well.
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 28, 2005
  • Re: Setting a default Width and Height for tables

    I'm looking around, and it seems that there is a problem with this code:     var arg=top.dialogArguments;  var element=arg.element;    if(element)  {   p_table=element;  }   That is in Insert_Table.asp.  Even after I've created a table, the variable ''element'' ...
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 28, 2005
  • Re: Setting a default Width and Height for tables

    Adam, Thank you for your reply, that worked.  However, now whenever I revisit the Table Properties, it displays the Width and Height as the default values I set, rather than retaining the values that have been changed by a user.   Also, I noticed that when you change the Alignment of a table, then revisit the Table Properties, it does ...
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 28, 2005
  • Re: Setting a default Width and Height for tables

    Nathan,   Open the Insert_table.asp, find the following code:   p_table=document.createElement('<table style=''width:300px;Height:200px;''  border=1 cellspacing=4 cellpadding=4></table>');   You can change it to meet your own requirements.    
    Posted to Cute Editor for ASP (Forum) by Adam on September 28, 2005
  • Setting a default Width and Height for tables

    Is there anyway to have it so that when you use the Insert Table button, there is an already set default Width and Heigh in the fields (instead of what is there now:  200 pixels for Width and 300 pixels for Height)?For example, I'd like to have the Width already be set to 95 Percent, and the Height to 100 Percent.   I am using ...
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 27, 2005
  • Re: Is this scenario possible ...

    John, 1) I want to give my paying customers (business owners) the chance to create and upload customized information about their business and to upload a business logo image. To handle this, instead of incorporating a textarea or textbox as part of my web form, after gathering basic business info using textboxes, I create a seperate web form page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005
  • Re: Passing the HTML from Cute Editor does not work!

    Please save the following as an aspx page.  <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html><body><form runat=''server''>    <CE:Editor id=''Editor1'' UseRelativeLinks=true EditorWysiwygModeCss=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 23, 2005
  • Re: editor defaulting to <br> instead of <p>

    That doesn't seem to have changed the default behavior.  When I type something in and press Enter, it still inserts a <br> and goes to the next line.  I've pasted the script below for your viewing pleasure.  Is there something I'm missing?  Thanks ...
    Posted to Cute Editor for ASP (Forum) by DanT_MMC on September 20, 2005
  • Re: Max image folder size?!

    OK - I solved it by cut-pasting the line above into the admin.config. That is a bit strange is it not?I would like a user manual for the editor. I can't find any?If I resize an image is thera any method to constrain proportions of the image? If I try to write just the width or the height of the image nothing happens with it.regards Ylva
    Posted to Cute Editor for .NET (Forum) by ylvah on September 17, 2005