hvorfor er mine links ikke i toppen
hvorfor står mine links midt i siden og ikke i toppen, neden under kan i se kilde koden:<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Det Tibetanske Landshold</title>
<link href="./style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td class="top"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0">
<tr>
<td class="left"><a href="forside.html">Forside</a><br />
<a href="historie.html">Historie</a><br />
<a href="landsholdet.html">Landsholdet</a><br />
<a href="hummel.html">Hummel</a><br />
<a href="konkurrencer.html">Konkurrencer</a>
</td>
<td class="main"></td>
<td class="right"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0">
<tr>
<td class="bottom"></td>
</tr>
</table>
</body>
</html>
