Forskydelse af baggrund!
http://team.divinium.dkHvordan får jeg forskydningen til at stå lige med resten af siden?
index.php:
<html>
<head>
<title>TEAM.DIVINIUM</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<table align="center" valign="top" width="600px">
<tr>
<td align="center" valign="top" class="indhold">
<img src="team-divinium.jpg" style="vertical-align: top"><br>
<img src="td-menu.jpg">
</td>
</tr>
</table>
</body>
</html>
style.css:
body {
margin-top: 0px;
margin-bottom: 0px; }
table {
background-image: url("td-indhold.jpg");
background-repeat: repeat-y;
height: 100%; }
