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

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'

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