Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2010, 12:43
nahuelga
 
Fecha de Ingreso: junio-2010
Mensajes: 14
Antigüedad: 13 años, 11 meses
Puntos: 0
No me centra la pagina

Hola tengo un problema y no me doy cuenta cual es el error... quiero centrar mi pagina para q quede en el medio de la ventana para los monitores con mas resolucion pero no consigo hacerlo. No se porq el div q creo para centrarla no me abarca toda la pagina..
Les dejo el codigo a lo mejor se dan cuenta
<body>
<table width="100%" border="0">
<tr>
<td><div align="center">
<div id="cabeza"><img src="Img/top.jpg" width="890" height="110" /></div>
<div id="cuerpo">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="900" bordercolor="0" bgcolor="#000066">&nbsp;</td>
</tr>
</table>
<div id="columna1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000066" class="menu">Home</td>
</tr>
<tr>
<td height="8">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000066" class="menu">Perfil de Estudio</td>
</tr>
<tr>
<td height="8">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000066" class="menu">Area de Práctica</td>
</tr>
<tr>
<td height="8">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000066" class="menu">Abogados</td>
</tr>
<tr>
<td height="8">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000066" class="menu">Material Jurídico</td>
</tr>
<tr>
<td height="8">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000066" class="menu">Contactos</td>
</tr>
</table>
</div>
<div id="columna2">Content for id "columna2" Goes Here</div>
</div></div></td>
</tr>
</table>
</body>

LAS DOS DIV (COLUMNA1 Y COMLUMNA 2) ESTAN CON FLOAT LEFT, lo aclaro porq a lo mejor tiene algo q ver