> I've only just picked up on this thread, but why not put > each form inside a <td> element? > > i.e. > <table> > <tr> > <td><form> ... </form></td> > <td><form> ... </form></td> > </tr> > </table
A closing </form> includes an implied <p> so if you keep it inside your <td></td> you'll end up with extra space in your cell. If your table has no different backgrounds or whatever then this probably won't matter all that much but if you're using colours or images as backgrounds in your table cells then it may will stuff up your nice layout. CYA, Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php