Text skal rykkes ind fra siden unden den tager noget af toppen
På min side www.lan-host.com kan i se at min test står meget forkert i contents tablen. Jeg skal havde den rykket ind men cellspacing kan ikke finde ud af det hvad gør jeg. den må ikke tage noget af toppen skal kunne skrive øverst i det grå felt.<html>
<head>
<title>Lan-Host</title>
<style type="text/css">
a:active, a:focus, a:link, a:visited {color: #FF9900;text-decoration: none;}
a:hover {color: #DD6600;text-decoration: none;}
</style>
</head>
<body bgcolor="#003366">
<!-- Total Table -->
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<!-- Main Table -->
<table width="600px" height="800px" cellpadding="0" cellspacing="0" border="0" align="center" style="border: gray 1px solid;">
<tr>
<td>
<!-- Top Table -->
<table width="600" height="100px" align="canter" va cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/top.jpg">
</td>
</tr>
</table>
<!-- Menu Table -->
<table bgcolor="#CCCCCC" width="600" height="25px" align="canter" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" background="images/menu.jpg">
News - Lan-partys - Members - Login
</td>
</tr>
</table>
<!-- Contents Table -->
<table bgcolor="#CCCCCC" width="600" height="650px" align="canter" va cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/content.jpg" bgcolor="#1941A5">
Contents table
</td>
</tr>
</table>
<!-- Bottom Table -->
<table bgcolor="#CCCCCC" width="600" height="25px" align="canter" va cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/bottom.jpg">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
