Hjælp til center af tabel i tabel
Er igang med en hjemmeside og kan ikke få det i midtertabellen til at blive centreret. Det tabellen med 2 gange test der skal centreres. Bruger align "center" , men den bliver ikke centreret 100 %.<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<div align="center">
<table width="800" height="400" border="0" cellpadding="0" cellspacing="0" td align="center" >
<tr>
<td align="center" th width="700" height="431" bgcolor="#F0F5FB" scope="row">
<table width="235" border="1" cellspacing="0" cellpadding="0">
<tr>
<th width="104" scope="row">test</th>
<td width="225"><div align="center">test</div></td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
</tr>
</table> </tr>
</table>
</div>
</body>
</html>
