Salve a tutti, non riesco a capire perchè ho questo comportamento:


Questo il codice html:
codice:
<table width="100%" cellpadding="0" cellspacing="0" border>
<tr>
<td align="right">
  <form action="..." method="get" class="form_search">
  Ricerca
  <input type="text" name="keywords" size="12" /><input type="image" src="..." border="0" alt="ricerca" title=" ricerca ">avanzata
  </form>
</td>
</tr>
</table>
Sapete spiegarmi perchè l'input field sta più in basso dell'immagine?
ciao e grazie