Tabel problem!
Hej! Jeg har lavet lidt hjemmeside.. Hjemmesiden er lavet ie n table og jeg har det problem at mellem de forskellige celler er der et lille mellemrum! Altså f.eks. mellem menuen og "banneret" ovenfor er der en hvid linie! Hvordan får jeg cellerne til at være helt tætte?Min kode ser således ud :
<table class="style1">
<tr>
<td id="banner" bgcolor="White" colspan="5" height="200px" width="960px">
<img alt="" src="images/logo.jpg" style="width: 150px; height: 195px" /></td>
</tr>
<tr>
<td id="illustration" bgcolor="Silver" colspan="5" height="60px" width="960px">
illustration</td>
</tr>
<tr>
<td id="menu" bgcolor="White" height="300px" rowspan="3" valign="top" width="180px"
align="left"
style="border: thin solid #000000; margin: auto; font-family: 'Arial Black'; font-size: medium; text-decoration: blink; "
class="style9">
Menu<br />
<br />
<br />
<asp:HyperLink ID="menu" runat="server" Class="menu"
NavigateUrl="~/Default.aspx" CssClass="style11">Menu</asp:HyperLink>
<br />
<br />
<asp:HyperLink ID="omos" runat="server" Class="menu"
NavigateUrl="~/omOs.aspx">Om os</asp:HyperLink>
</td>
<td id="marginLeft" bgcolor="Silver" colspan="1" height="200" rowspan="3"
width="20px" class="style4">
<br />
</td>
<td id="content" width="560px" height="300px">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
<td id="marginRight" bgcolor="Silver" class="style10" height="200" rowspan="3"
width="20px">
</td>
<td id="doner" class="style7" width="180px" height="300px">
doner</td>
</tr>
<tr>
<td id="donor" class="style6" height="200px" width="560px">
Donor</td>
<td id="diverse" rowspan="2" width="180px" class="style11" height="300px">
diverse</td>
</tr>
<tr>
<td id="referencer" class="style5" height="200px" width="560px">
Referencer</td>
</tr>
</table>