Bueno, hice de 0 una página web, y bueno, no consigo que se me centre. He pues que se centre la tabla, pero no da resultado. Mirad aquí http://digitaldesign.intros.es/web/index.html. ¿Véis? No se centra... Aquí os dejo el código css y el html. Por más que lo edito... No llego a ponerla centrada... Y además, si la véis con Firefox se ve de una manera, y si la véis con internet explorer de otra... Estoy desesperado, es la 3a vez que me pasa...
HTML
CSS
Gracias :(
HTML
<html>
<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 1</title>
<link rel="stylesheet" href="estilo.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="927" height="587">
<tr>
<td valign="top" colspan="4" height="80" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td valign="top" rowspan="2" width="153" bgcolor="#FFFFFF">
</td>
<td valign="top" colspan="2" height="53" bgcolor="#FFFFFF">
</td>
<td valign="top" rowspan="2" width="155" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td valign="top" width="310" bgcolor="#FFFFFF">
</td>
<td valign="top" height="401" width="309" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td valign="top" colspan="4" height="53" bgcolor="#FFFFFF">
</td>
</tr>
</table>
</div>
</body>
</html>CSS
body {background-image: url(imagenes/fondo.png) }
#global {width:800px ; margin: 4px auto}Gracias :(