Problemer med table layout
Hej.. jeg har et lille problem med min html kode, mit billede illustere tydligt fejlenhttp://img131.imageshack.us/img131/534/dhtmlfejldk0.jpg
Er der nogen der kan fortælle mig hvad jeg gør galt? :)
<table border="0" width="100%" height="258" cellpadding="0" cellspacing="0">
<tr>
<td width="26%" height="252" valign="top">
<table border="0" width="100%" class="infobox">
<tr>
<td width="100%"><b>$navn</b></td>
</tr>
<tr>
<td width="100%">$status</td>
</tr>
<tr>
<td width="100%">$stars</td>
</tr>
<tr>
<td width="100%">blank</td>
</tr>
</table><br>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="20" height="25" background="gfx/layout/bar/left.gif"></td>
<td height="25" width="90" background="gfx/layout/bar/background.gif" style="font-size: 11px; font-family: Verdana; font-weight: bold; color: #FFFFFF;">Status</td>
<td width="20" height="25" background="gfx/layout/bar/right.gif"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="infobox">s</td>
</tr>
</table>
</td>
<td width="74%" height="252" valign="top">
<table border="0" width="100%">
<tr>
<td width="100%">news</td>
</tr>
</table>
</td>
</tr>
</table>
