Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you fix the width of a submit button?

Status
Not open for further replies.

excession

Programmer
Joined
Sep 22, 2004
Messages
111
Location
GB
is it possible to specify the width of a submit button, I though you could use a width="60" type atribute but it seems to have no effect.
 
Code:
<input type="submit" style="width: 60px;" />

--James
 
thanks, I knew it had to be possible but just couldn't work out how.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top