Results 1 to 4 of 4

Thread: Simple question regarding size of a button

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question Simple question regarding size of a button

    I have three buttons with different names, how do I make the size of them equal?

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    Make the size static in html?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    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".

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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">

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width