pelegk1
08-16-2004, 07:52 AM
why when i do
<form method="post">
<TD>
<input type="hidden" name="del_id" value="142">
<input type="hidden" name="weight" value="0">
<input type="hidden" name="switch" value="1">
<input type="submit" name="btn_close" style="cursor:hand;" value="לסגור סבב" >
</TD>
</form>
but when i do
<TD>
<form method="post">
<input type="hidden" name="del_id" value="142">
<input type="hidden" name="weight" value="0">
<input type="hidden" name="switch" value="1">
<input type="submit" name="btn_close" style="cursor:hand;" value="לסגור סבב" >
</form>
</TD>
when the form is on side the TD the submit button get a line under the button
but when the form is out of the cell of <TD> there snt a line spce
why is that?
thnaks in advancepeleg
<form method="post">
<TD>
<input type="hidden" name="del_id" value="142">
<input type="hidden" name="weight" value="0">
<input type="hidden" name="switch" value="1">
<input type="submit" name="btn_close" style="cursor:hand;" value="לסגור סבב" >
</TD>
</form>
but when i do
<TD>
<form method="post">
<input type="hidden" name="del_id" value="142">
<input type="hidden" name="weight" value="0">
<input type="hidden" name="switch" value="1">
<input type="submit" name="btn_close" style="cursor:hand;" value="לסגור סבב" >
</form>
</TD>
when the form is on side the TD the submit button get a line under the button
but when the form is out of the cell of <TD> there snt a line spce
why is that?
thnaks in advancepeleg