Ciao
Ho questo codice:
Codice HTML:
<div class="clearfix">
<table border="0" width="615" height="300" id="tabella1">
<tr>
<td id ="tab1" align="center" height="300" width="500"> <? echo "<img src=\"" . $path_imgp .$car."/". $logo . "\" border=\"0\">"?> </td>
<td id ="tab2" height="300" width="115"> </td>
</tr>
</table>
<br><br>
</div>
la tabella è formatatta così dal css
Codice:
#tabella1 {
padding: 0px;
}
#tab1{
}
#tab2{
border: 1px dashed #666666;
}
#tab2{
border: 1px dashed #666666;
}
Non ho capito come mai l'immagine non si allinea al centro.
Potete aiutarmi?
Grazie