I am trying to create a form that will allow three "submit" buttons to function within it, each posting to a different .php file. Normally I would just have a different form for each submit button (obviously), but I am trying to get all of the buttons in one table within the form so that I can evade a major design flaw that occurs when you have forms within the cells of tables (or rather, the flaw is most noticeable when forms are inside cells of a table).
Obviously this is not worth a major sacrifice in terms of restructuring my files and so on, but if anybody can tell me how to pull this off or offer a solution for getting rid of the space that browsers display at the end of a form, I'd be greatly appreciative!
Thanks!