Mellemrum - Tabeller
Hejsa...Jeg har lidt problemer med en side jeg er ved at lave. Jeg får ikke margen til venstre for den sidste tabel. Skal lige siges at jeg er newbie indfor det her, så det ser nok lidt rodet ud :o)
.......::::::test.php:::::::......
<html>
<head>
<title>Mit dokument</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body marginwidth=0 marginheight=0 topmargin=10 leftmargin=0 bgcolor="#99CCFF">
<table style="border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000" width="790" height="600" align="center" bgcolor="#212227" cellspacing="0" cellpadding="0">
<tr>
<td height="80" width="100%" colspan="2" bgcolor="#99CCFF">
<img src="logo.gif" height="80" width="250">
</td>
</tr>
<tr>
<td height="12" width="100%" colspan="2" bgcolor="#6699cc" class="top">
<?php include("top.txt"); ?>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td width="150" height="100%">
<table width="100%" height="100%" class="dv">
<tr>
<td height="12" bgcolor="#6699cc">
</td>
</tr>
<tr>
<td bgcolor="#99CCFF">
<?php include("menu.txt"); ?>
</tr>
</table>
</td>
<td align="center" width="615" height="100%">
<table width="100%" height="100%" class="dv">
<tr>
<td height="12" bgcolor="#6699cc">
</td>
</tr>
<tr>
<td bgcolor="#99CCFF">
</tr>
</table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
......:::::CSS:::::.......
BODY {
background-color: #ffffff;
font-family: tahoma;
font-size: 11px;
color: #000000;
}
table.dv {
margin: 20px;
font-family: tahoma;
font-size: 11px;
}
td.top {
font-size: 10px;
}
Håber nogen kan hjælpe... hvis i har andre gode forslag, så er i velkommen