Forum Moderators: phranque
The width of the <input> tag can be adjusted with the, "size=number" attribute by placing it inside the <input> tag, while the height can be adjusted using CSS.
Not sure if this answers your questions.
I am not sure that the <input type=post is actually a correct HTML tag.
You have either:
<form method="post">
or
<input type="
text
or
password
or
checkbox
or
radio
or
submit
or
reset
or
file
or
hidden
or
image
or
button
">
only one of them per HTML tag.
you can however use size= and css to make them biger.
Hope this helps