Help me to change the size of the textboxes

liunx

Guest
Hi,<br />
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? <br />
Thanks !<br />
:p<!--content-->Originally posted by Eranga <br />
How can make it work that using HTML? <br />
<br />
<br />
You can't, but you can with CSS.<br />
<br />
eg<br />
<input style="width:80%" ...><!--content--><input type=text size=4><!--content-->Originally posted by srimca <br />
<input type=text size=4> <br />
<br />
Please explain how that solves the situation the original poster asked about?<br />
<br />
"when I change the resolution of the computer, the size of the text boxes do not change according to the resolution"<!--content-->
 
Back
Top