Click to See Complete Forum and Search --> : Help me to change the size of the textboxes


Eranga
02-01-2003, 02:01 AM
Hi,
I've created a webpage using HTML. It consists text boxes. The contenets display as usual on the browser, but when I change the resolution of the computer, the size of the text boxes do not change according to the resolution. How can make it work that using HTML?
Thanks !
:p

Stefan
02-01-2003, 05:33 AM
Originally posted by Eranga
How can make it work that using HTML?


You can't, but you can with CSS.

eg
<input style="width:80%" ...>

srimca
02-05-2003, 11:54 PM
<input type=text size=4>

Stefan
02-06-2003, 05:08 AM
Originally posted by srimca
<input type=text size=4>

Please explain how that solves the situation the original poster asked about?

"when I change the resolution of the computer, the size of the text boxes do not change according to the resolution"