table har for stor mellem rum
Jeg har et problem når jeg laver billeder til min side har mine tables i toppen af siden lige 1 eller 2 px mellem rumhttp://www.gamersloot.dk/Test1/index.php
På siden skal de 4 øverste faver hænge sammen og der må ikke være mellem rum hvordan går jeg det?!
<html>
<head>
<title>Test Projekt 1</title>
</head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td>
<table width="800" height="800" border="0" align="center">
<tr>
<td>
<table width="800" height="175" border="0">
<tr>
<td width="500" height="150" bgcolor="#00FF00">
TOP-LEFT
</td>
<td width="300" height="150" bgcolor="#FF0000">
TOP-RIGHT
</td>
</tr>
<tr>
<td width="500" height="25" bgcolor="#FFFF00">
TOP-DOWN-LEFT
</td>
<td width="300" height="25" bgcolor="#0000FF">
TOP-DOWN-RIGHT
</td>
</tr>
</table>
<table width="800" height="625" border="0">
<tr>
<td width="150" height="625">
<table width="150" height="625" border="0" bgcolor="#CC6666">
<tr>
<td width="150" height="100">
1
</td>
</tr>
<tr>
<td width="150" height="25">
2
</td>
</tr>
<tr>
<td width="150" height="25">
3
</td>
</tr>
<tr>
<td width="150" height="25">
4
</td>
</tr>
<tr>
<td width="150" height="25">
5
</td>
</tr>
<tr>
<td width="150" height="25">
6
</td>
</tr>
<tr>
<td width="150" height="25">
7
</td>
</tr>
<tr>
<td width="150" height="100">
Login
</td>
</tr>
<tr>
<td width="150" height="100%">
</td>
</tr>
</table>
</td>
<td width="650" height="625" bgcolor="#666666">
Contents
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
