Buona Pasqua a tutti,
dopo esser sopravvissuto ad un pranzo di 6 portate, rieccomi qui a chiedere aiuto su un problema che ho riscontrato con una mia pagina web.
Ho inserito su una pagina html un modulo a cui ho affiancato un pulsante da me realizzato (vedere immagine allegata).
Stranamente il pulsante pur avendo la stessa altezza del modulo si visualizza rialzato rispetto al campo stesso (per intenderci il pulsante non vuole allinearsi alla base con
il modulo).
Per meglio comprendere il problema, vi invito nuovamente a visionare l'immagine in allegato.
Posto di seguito il codice html:
Grazie!codice:<html> <head> <link href="stile.css" rel="stylesheet" type="text/css"> <title>Homepage</title> </head> <body> <div align="center"> <center> <table border="0" bgcolor="#B7B7B7" cellpadding="0" cellspacing="0" width="972" height="1"> <tr> <td width="972" height="18" bgcolor="#919191" colspan="6"> </td> </tr> <tr> <td width="75" height="547" bgcolor="#CACACA" rowspan="8"> </td> <td width="50" height="64" bgcolor="#CACACA"> </td> <td width="173" height="64" bgcolor="#CACACA"> <p align="center"> </p> </td> <td width="479" height="64" colspan="2" bgcolor="#CACACA"> </td> <center> <td width="195" height="547" rowspan="8" align="right" bgcolor="#CACACA"> </td> </tr> <tr> <td width="50" height="175" rowspan="5"> </td> <td width="173" height="35" bgcolor="#333333"> </td> <td width="479" height="175" rowspan="5" colspan="2"> </td> </tr> <tr> <td width="173" height="35" bgcolor="#333333"> </td> </tr> <tr> <td width="173" height="35" bgcolor="#333333"> </td> </tr> <tr> <td width="173" height="35" bgcolor="#333333"> </td> </tr> <tr> <td width="173" height="35" bgcolor="#333333"> </td> </tr> <tr> <td width="50" height="154"></td> <td width="173" height="308" bgcolor="#333333" rowspan="2" valign="middle"> <p align="center"> <input type="text" name="T1" size="9"><input type="submit" value="Invia" name="B1"> <input type="image" src="si.gif" width="22" height="18"> </td> <td width="14" height="308" rowspan="2" bgcolor="#CACACA"> </td> <td width="465" height="308" rowspan="2" bgcolor="#CACACA"> <p style="TEXT-ALIGN: justify"> <span class="testo"> Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo testo Testo testo </span> </td> </tr> <tr> <td width="50" height="154"></td> </tr> <tr> <td width="972" height="18" bgcolor="#919191" colspan="6"> </td> </tr> </table>

Rispondi quotando