Forms and tables

T

Tom

How can I put new cells in a form so all the fields in it will be nice and
straight.
 
A

Andrew Murray

You need to put a table inside the <form> and </form> tags; then divide the
table up as you wish, then put the form fields within the various cells of
that table (which is inside the <form> and </form> tags so they are lined
up.
 
Top