Dane Roth asked:
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?
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?



December 3rd, 2008 at 9:48 pm
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:
December 5th, 2008 at 2:39 pm
use textarea as an input field
December 6th, 2008 at 7:49 pm
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:
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!
December 9th, 2008 at 11:02 am
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