chrismassey
Programmer
Hello,
I am trying to write a set of Perl programmes, which are targets of a set of corresponding HTML forms containing just a submit button. Because I am using 11 separate forms to create 11 submit buttons to link to each of the Perl programmes, I am having problems with creating vertical space between each submit button. By default, HTML puts a 1 space gap between each of the forms which are laid beaneath each other, and I want to remove this. I have tried putting each form in a table, but a 1 space gap is still produced at the bottom of each of the 11 cells. Does anyone know how I can remove the space, so each submit button is directly beaneath each other (almost touching).
Thanks, Chris
I am trying to write a set of Perl programmes, which are targets of a set of corresponding HTML forms containing just a submit button. Because I am using 11 separate forms to create 11 submit buttons to link to each of the Perl programmes, I am having problems with creating vertical space between each submit button. By default, HTML puts a 1 space gap between each of the forms which are laid beaneath each other, and I want to remove this. I have tried putting each form in a table, but a 1 space gap is still produced at the bottom of each of the 11 cells. Does anyone know how I can remove the space, so each submit button is directly beaneath each other (almost touching).
Thanks, Chris