Ver Mensaje Individual
  #8 (permalink)  
Antiguo 05/06/2011, 10:54
dangerous14
 
Fecha de Ingreso: septiembre-2010
Mensajes: 12
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Problema con ajuste de tabla

Asi se me ve ami y me gustaria que se vea igual en todas las resoluciones y luego tengo este code

Cita:
#tablach {
border-width: 1px;
border-color: #FF00FF;
background-color: black;
color: white;
position:relative;
top:140px;
left:21%;
width: 540px; height: 900px;
}
y en el html

Cita:
<table id="tablach" border="0">
<tr>
<td>xd</td>
<td>xd</td>
<td>xd</td>
</tr>
<tr>
<td>xd</td>
<td>xd</td>
<td>xd</td>
</tr>
<tr>
<td>xd</td>
<td>xd</td>
<td>xd</td>
</tr>
</table>
puse el "xd" como un ejemplo mas.