valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 278
Questions & Answers
Q: How do I increase the textbox size in a form?
A: You can use standard html code to change form layout. If you are using Form1 Builder this can be done directly in the form text. To change the size of a text area set the rows and cols values ie <textarea name="Message" rows="20" cols="55">. If you are referring to a text box set the size ie <input type="text" size="34" name="FirstName" />. You can see the source code of an example form at https://bizpep.com/formsource.html and access recommended html tutorials at https://bizpep.com/formcode.html .
Question and Answer Item 278 - Browse All Question and Answer Items