Menu

Change Text Box Size

Help
2005-09-29
2013-06-03
  • Jacque Hendrix

    Jacque Hendrix - 2005-09-29

    After I've built a form, how does one change the size of the text box that a user enters information into?

    Jacque

     
    • TNTEverett

      TNTEverett - 2005-09-29

      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. 

       
      • Jacque Hendrix

        Jacque Hendrix - 2005-09-29

        Thanks, I got lost because my form didn't have the size=

        Jacque

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.