Is to possible to change the width of an input type button in html?
You can apply whatever styles you want to. html Code: <input type="submit" id="somebutton" style="width:200px;height:100px" />
<input type="submit" id="somebutton" style="width:200px;height:100px" />
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post. "A problem well stated is a problem half solved." — Charles F. Kettering Read articles on My Blog • 101 LINQ Samples • JSON Validator • XML Schema Validator • "How Do I" videos on MSDN • VB.NET and C# Comparison • Good Coding Practices • VBForums Reputation Saver • String Enum • Super Simple Tetris Game (2010-2013) NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...
thank you
Forum Rules