|
Search
You searched for the word(s): Height
Showing page 181 of 208 (2,075 total posts)
< 1 second(s)
-
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 ...
-
And one more thing, this problem with not retaining values seems to occur on http://www.cutesoft.net/asp/EnableAll.asp as well.
-
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'' ...
-
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 ...
-
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.
-
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 ...
-
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 ...
-
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'' ...
-
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 ...
-
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
... 181 ...
|
|
|