in reply to CGI: How to set a standard size for a SUBMIT button

Use a CSS style and/or class attribute on the buttons to set the size. Update: see this article for an overview

  • Comment on Re: CGI: How to set a standard size for a SUBMIT button

Replies are listed 'Best First'.
Re^2: CGI: How to set a standard size for a SUBMIT button
by Anonymous Monk on Nov 23, 2006 at 15:43 UTC

    Thanks a lot.

    I am using CSS for displaying the pages but it turned out that I was not using the correct property for the 'input' selector to change the size of the button.

    It works fine now after I changed the property from 'size' to 'width'