|
-
Aug 19th, 2002, 02:08 AM
#1
Thread Starter
Frenzied Member
Simple question regarding size of a button
I have three buttons with different names, how do I make the size of them equal?
-
Aug 19th, 2002, 04:32 AM
#2
Conquistador
Make the size static in html?
-
Aug 19th, 2002, 05:18 AM
#3
Thread Starter
Frenzied Member
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".
-
Aug 19th, 2002, 05:27 AM
#4
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">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|