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.