I have set up an autoresponder at one of my sites, but i want to enlarge the input size of one of the boxes to accept large submission articles. Any suggestions?
How do you adjust the input size in html code?
I'm not following exactly how your site is set up. If you have set up a text area for text to be typed or pasted, here is the code:
%26lt;TEXTAREA NAME="comment" ROWS=6 COLS=40%26gt;
%26lt;/TEXTAREA%26gt;
Adjust the ROWS and COLS to match your need. Also, see if there is any scripting that limits the max length or size that needs to be adjusted.
Good luck!
Reply:http://www.devguru.com/technologies/html...
use textarea as an input field
Reply:Textareas don't have any limit to the number of characters they will accept. So even though it might not be visible in the form component, the text should be submitted okay.
Not sure if you're using a textarea element or not - I think we need more info actually.
Joyce
http://www.designbyjoyce.com/
Reply:You can specify the size of your INPUT box by changing the SIZE value. The value you specify within your SIZE attribute will determine the width of your input box within your web page form
ie: %26lt;INPUT type="text" SIZE="10"%26gt;
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment