Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Giving a certain length to a button


Message #1 by steven_vints@y... on Thu, 1 Mar 2001 12:43:54
It's not as complicated as you might think to make a button the size you
want.  There's no nice HTML way like we're normally used to, but there are
always blank spaces.  You can assign the value attribute to read whatever
you want, but if you pad the sides with empty spaces you can make it as long
as you like.
This will give you problems is people have varying text size in their
browser, but in that case you might want to check out the image submit
button suggested earlier.

theirs,
    - Danger



----- Original Message -----
From: <steven_vints@y...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Thursday, March 01, 2001 1:03 PM
Subject: [html_code_clinic] Giving a certain length to a button


> Hello,
>
> Is it possible to give buttons a certain size (length)?
>
>
> Thanks
>
> Steven
> 

  Return to Index