Jul 13, 2005 #1 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.
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.
Jul 13, 2005 #2 JamesLean Programmer Joined Dec 13, 2002 Messages 3,059 Location GB Code: <input type="submit" style="width: 60px;" /> --James Upvote 0 Downvote
Jul 13, 2005 Thread starter #3 excession Programmer Joined Sep 22, 2004 Messages 111 Location GB thanks, I knew it had to be possible but just couldn't work out how. Upvote 0 Downvote