Attribute for
<INPUT ...> SIZE
<FORM ACTION="../cgi-bin/mycgi.pl"> age: <INPUT TYPE=TEXT NAME="age" SIZE=2 ><BR> first name: <INPUT TYPE=TEXT NAME="first" SIZE=10><BR> last name: <INPUT TYPE=TEXT NAME="last" SIZE=30><BR> cosmic plane of origin:<BR> <INPUT TYPE=TEXT NAME="plane" SIZE=70> <P><INPUT TYPE=SUBMIT VALUE="submit"> </FORM> gives us these fields of various length:
|