HJÆLP, skal bruge hjælp til tabeler
Hejsajeg er ved og lave nogle tabler på denne side http://codemanager.1go.dk/login/nyheder/index.php
jeg kan bare ikke få de to første tabeler til og live lille
her er min kode:
<br><div align=\"center\"><table cellspacing=\"0\" class=\"nyhed-vis-nyhed-table\">
<tr>
<td class=\"nyhed-vis-nyhed-left\"><h5>Dato:</h5></td>
<td class=\"nyhed-vis-nyhed-right\"><h5>$dato</h5></td>
</tr>
<tr>
<td class=\"nyhed-vis-nyhed-left\"><h5>Titel:</h5></td>
<td class=\"nyhed-vis-nyhed-right\"><h5>".$emne."</h5></td>
</tr>
<tr>
<td class=\"nyhed-vis-nyhed-midt\" colspan=\"2\"><br>".$nyhed."<br><br>
Skrevet af $forfatter <a href=\"#\" onclick=\"window.open('kommentarer.php?id=".$nyhedsid."','flyout','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,width=400,height=600,top=25,left=25')\">".$antalkommentarer." kommentarer</a></p></td>
</tr>
</table></div>
og her er min css
.nyhed-vis-nyhed-table {
width:80%;
border-bottom:1px solid #006699;
}
.nyhed-vis-nyhed-left {
width:10%;
border-left:1px solid #006699;
border-right:1px solid #006699;
border-top:1px solid #006699;
background:#CCCCCC;
color:black;
padding:2px 5px 2px 5px;
}
.nyhed-vis-nyhed-right {
width:60%;
border-right:1px solid #006699;
border-top:1px solid #006699;
background:#EEEEEE;
color:black;
padding:2px 5px 2px 5px;
}
.nyhed-vis-nyhed-midt {
width:80%;
border-left:1px solid #006699;
border-right:1px solid #006699;
border-top:1px solid #006699;
background:#DDDDDD;
color:black;
padding:2px 5px 2px 5px;
}
håber virkelig der er nogle der kan hjælpe mig
