Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/07/2009, 04:55
reycoy
 
Fecha de Ingreso: junio-2003
Mensajes: 318
Antigüedad: 20 años, 10 meses
Puntos: 0
Pregunta Centrar tabla en todas las resoluciones...

Hola a todos,
Mi pregunta es sencilla...
¿Alguien me puede indicar si es posible hacer esto tal cual con capas?

<!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>centrado de tabla</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" align="center" valign="middle"><table width="200" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="200" bgcolor="#000000">&nbsp;</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

Gracias