Forum Moderators: phranque

Message Too Old, No Replies

modifying form dimensions

         

specter

8:18 pm on Feb 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi guys,

I'm wondering if it is possible to modify the dimensions of such a form:

<input type=post>

alternatively how could I get a larger form?

Thanks in advance for any help.

Sincerely

celgins

9:25 pm on Feb 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm hoping this is just a snippet from your actual form, because it doesn't have the proper tags. You'll need an opening <form> tag, and a closing </form> tag.

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.

le_gber

4:31 pm on Feb 17, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



specter,

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