trovato !
dove c'è il pulsate di submit, lo devi racchiudere in un
paragrafo così :
codice:
<table border="1" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" align="center">Login</td>
</tr>
<tr>
<form action="." method=".">
<td width="100%" align="center">nome :<input type="text" name="nome"></td>
</tr>
<tr>
<td width="100%" align="center">password :<input type="password" name="password"></td>
</tr>
<tr>
<td width="100%">
<p align="center"><input type="submit" value="invia" border="0"></form></p>
</td>
</tr>
</table>
così, vedrai che nn c'è più spazio tra il submit e il ondo della cella !