Click to See Complete Forum and Search --> : Simple question regarding size of a button
hpl
Aug 19th, 2002, 02:08 AM
I have three buttons with different names, how do I make the size of them equal?
da_silvy
Aug 19th, 2002, 04:32 AM
Make the size static in html?
hpl
Aug 19th, 2002, 05:18 AM
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".
alex_read
Aug 19th, 2002, 05:27 AM
<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">
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.