VBForums
>
Other Languages
>
Other Programming Languages
> [RESOLVED] HTML - Resize buttons
PDA
Click to See Complete Forum and Search -->
:
[RESOLVED] HTML - Resize buttons
systemous
Jan 4th, 2011, 03:10 PM
Is to possible to change the width of an input type button in html?
Pradeep1210
Jan 4th, 2011, 05:40 PM
You can apply whatever styles you want to.
<input type="submit" id="somebutton" style="width:200px;height:100px" />
systemous
Jan 4th, 2011, 07:33 PM
thank you
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.