In the form1.html file look for somthing like this;
<input type=text name='FirstName' size=20>
Change the size=.
Simple html stuff. If you have an html editor, open the form1.html file and make all the look and feel changes you want. Just don't change the input variable names.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After I've built a form, how does one change the size of the text box that a user enters information into?
Jacque
In the form1.html file look for somthing like this;
<input type=text name='FirstName' size=20>
Change the size=.
Simple html stuff. If you have an html editor, open the form1.html file and make all the look and feel changes you want. Just don't change the input variable names.
Thanks, I got lost because my form didn't have the size=
Jacque