How do you adjust the input size in html code?

autoresponder for you
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?

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Facebook
  • TwitThis

Autoresponder related posts:

4 Responses

  1. BSOD Says:

    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:

  2. Latte Says:

    use textarea as an input field

  3. Thomas K Says:

    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!

  4. joyaz711 Says:

    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

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.