Originariamente inviato da SofiaSerrano
Ciao a tutti.
Avrei un problemino con il centrare una tabella in orizzontale.
questo quello che ho fatto :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
</head>
<body leftmargin="0" topmargin="0" scroll=no>
<div align="center">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="127" background="Img/Barra.gif"></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
ma la mia tabella sta sempre al top.
Qualcuno mi puo' dare una mano !?
Grazie.