No that isn't valid HTML - only TH and TD cells can be children of a TR. Basically it is not a trivial problem to solve with just HTML since the FORM needs to wrap the whole table - thus it would encompass all of your rows. Possibly the only way of doing this with correct HTML would be to use Javascript to set up a form else where in the document and submit that.
Replies
Allan