ciao,
ho una tabella, che sarebbe un menu, che viene visualizzata regolarmente con le dimensioni volute e tutto quanto...
non appena al suo interno ci inserisco un form (due textfield e un bottone) mi sballa tutto...
mi inserisce dello spazio all'inizio e alla fine, e non riesco a toglierlo....
come devo fare?
questo e' il codice:
codice:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" align="right" valign="bottom">[img]../images/table_header_left.jpg[/img]</td>
<td nowrap class="menu_title" background="../images/table_header_filler.jpg">[img]<%=TblTitle_Login%>[/img]</td>
<td width="1" align="left" valign="bottom">[img]../images/table_header_right.jpg[/img]</td>
</tr>
<tr>
<td width="1" background="../images/table_left_filler.jpg"></td>
<td class="menu_text" bgcolor="<%=TblBackgroundColor%>">
<form name="form1" method="post" action="">
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" class="text_h2">Utenti registrati:</td>
</tr>
<tr>
<td class="text_h1">Email
<input class="form_textfield_medium" name="utente_email" type="text" size="18"></td>
</tr>
<tr>
<td class="text_h1">Password
<input class="form_textfield_medium" name="utente_password" type="text" size="18"></td>
</tr>
<tr>
<td colspan="2"><input class="form_btn_entra" type="submit" name="" value=""></td>
</tr>
</table>
</form>
</td>
<td width="1" background="../images/table_right_filler.jpg"></td>
</tr>
<tr>
<td width="1" align="right" valign="top">[img]../images/table_footer_left.jpg[/img]</td>
<td background="../images/table_footer_filler.jpg"></td>
<td width="1" align="left" valign="top">[img]../images/table_footer_right.jpg[/img]</td>
</tr>
</table>