Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/02/2008, 23:19
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Re: Centrar TABLA dentro de DIV

aver aver tio o tu no supiste como aplicarlo o io de plano no te entendi que es lo que quieres

aki te dejo un codigo de ejemplo que puedes usar para lo que io te entendi

<style type="text/css">
<!--
div{border:1px dotted #000066; width:450px; background:#999999; vertical-align:top;}
#head{width:450px; float:left; background:#0033FF; text-align:center;}
#cont1{ width:50px; float:left; background:#FFFFFF; height:400px;}
#cont2{ width:395px; float:right; background:#CCCCCC; height:400px;}
#footer{width:450px; float:left; background:#0033FF; text-align:center;}
.table{background:#0033FF; width:250px; height:250px; vertical-align:top;}
.table td{vertical-align:top; color:#FFFFFF;}

-->
</style>
</head>
<body>
<div id="">
<div id="head">head head head </div>
<div id="cont1"></div>
<div id="cont2">
<table style="width:398px; height:400px;">
<tr>
<td><table align="center" class="table" style="">
<tr>
<td>cont1</td>
<td>cont2</td>
</tr>
<tr>
<td>cont3</td>
<td>cont4</td>
</tr>
</table></td>
</tr>
</table>
</div>
<div id="footer">footer footer footer </div>
</div>


o pon el codigo que estas usando para ver tu error