I have three buttons with different names, how do I make the size of them equal?
Printable View
I have three buttons with different names, how do I make the size of them equal?
Make the size static in html?
Hi Da Silvy, sorry for not being precise, I mean length of buttons. I want them to be equal in length no matter that the values are "Test 1" or "Test 111".
Code:<INPUT Type="Button" Name="cmd1" Style="Width:200px" Value="Test 1"><BR>
<INPUT Type="Button" Name="cmd2" Style="Width:200px" Value="Test 2 2"><BR>
<INPUT Type="Button" Name="cmd3" Style="Width:200px" Value="Test 3 3 3">