Owen Cook wrote:

On Fri, 11 Jun 2004, Werner Otto wrote:



I am making use of use CGI qw(:standard); to create my form. I need to amend the size of a submit button and need to tell the button which script to call (ie. action=test.cgi). Where can I find documentation on all the attributes of the components, or an example for my two queries would be appreciated.




perldoc CGI

look for HOW TO CREATE A SUBMIT BUTTON etc.



Owen




Methinks you may need to use style sheets to force the type size and thus the overall size smaller. Make sure to specify type size as pixels. See the CGI documentation for using style sheets with the CGI module.

As an alternative, you can always make the submit button an image.


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to