> Usually you put the form tag between other tags that cannot > contain content. > > E.g > > <table> > <form> > <tr> > > Then the extra space doesn't appear.
Wrong. The space does appear, it's just not next to the button. The problem is that the page isn't very big and I need a button at the top and the bottom of the page. Putting the form tag in between the table and tr tags just pushes the extra space further up or further down the page, thus making it look wrong. I am sure there must be a way (is it something like making the form tag not cascade from a p tag or something like that?) Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
