G Guest Jul 3, 2005 #1 How can I put new cells in a form so all the fields in it will be nice and straight.
A Andrew Murray Jul 3, 2005 #2 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.
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.