button in a table

liunx

Guest
I want to put a button (a form) inside a table (for consistency reasons I want to use a button rather than other methods). Example:<br />
<br />
<td><br />
<form method=post action='vote.php'><br />
<input type=submit value='vote'><br />
</form><br />
</td><br />
<br />
My problem is that the form causes a line break and so my table row ends up 2 lines high. I have tried to force row height and everything I can think of. Anyone know how to do this without making the row 2 lines high?<!--content--><form method=post action='vote.php' style="margin:0;"><!--content-->Perfect . . . thank you :)<!--content-->you bet...<!--content-->
 
Back
Top