PDA

View Full Version : tabel + form = extra line :( need to get ride of it !


Xeef
05-22-2005, 11:51 AM
what you see in the attachment :

<table width="100" border="0" class="S_green" onMouseOver="InMenu=true" onMouseOut="InMenu=false">
<tr>
<td><form name="form1" method="post" action="">
<input name="M_Open" id="M_Open" type="image" src="SERRIED/PIC/M_Buttons/Open.jpg" width="100" height="15" border="0">
</form></td>
</tr>
<tr>
<td><form name="form2" method="post" action="">
<input name="M_NewWindow" id="M_NewWindow2" type="image" src="SERRIED/PIC/M_Buttons/NewWindow.jpg" width="100" height="15" border="0">
</form></td>
</tr>
</table>
<p> shoud look like this --&gt; </p>
<table width="100" border="0" class="S_green" onMouseOver="InMenu=true" onMouseOut="InMenu=false">
<tr>
<td>
<input name="M_Open" id="M_Open" type="image" src="SERRIED/PIC/M_Buttons/Open.jpg" width="100" height="15" border="0">
</td>
</tr>
<tr>
<td>
<input name="M_NewWindow" id="M_NewWindow2" type="image" src="SERRIED/PIC/M_Buttons/NewWindow.jpg" width="100" height="15" border="0">
</td>
</tr>
</table>

where the hell coming this extra line from !

and how do i get ride of it ?

:mad:

Xeef
05-22-2005, 12:08 PM
<form name="form1" method="post" action="" style="margin-bottom:0px">