Moderators: Gloomy, Walter, Mittch
<table>
<tr>
<td>hier de inhoud van de linker kolom</td>
<td>hier de inhoud van de content </td>
</tr>
</table>
<?php include"header.html"; ?><html>
<head>
<LINK href="opmaak.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
welkom
</div>
</body>
</html>
#header {
width: 980 px;
height: 100 px;
margin-left: auto;
margin-right: auto;
background-color: #E0DD06;
}#header {
position: absolute;
top: 5px;
left: 5px;
width: 980px;
height: 100;
border: 1px solid #F60;
color: #999;
text-align: left;
}
#navigatie {
position: absolute;
top: 110px;
left: 5 px;
width: 200px;
height: 500 px;
border: 1px solid #F60;
color: #999;
text-align: left;
}
body {
font-family: "Arial";
font-size: 14;
}
#contents {
position: absolute;
top: 110px;
left: 210px;
width: 630px;
height: 500px;
border: 1px solid #F60;
color: #999;
text-align: left;
}
#news {
position: absolute;
top: 110px;
left: 845px;
width: 140px;
height: 500px;
border: 1px solid #F60;
color: #999;
text-align: left;
}
#footer {
position: absolute;
top: 615px;
left: 5px;
width: 980px;
height: 35px;
border: 1px solid #F60;
color: #999;
text-align: center;
}<html>
<head>
<title>titel</title>
<LINK href="opmaak.css" rel="stylesheet" type="text/css">
<body>
<div id="header">header</div>
<div id="navigatie">navigatie</div>
<div id="contents">contents</div>
<div id="news">news</div>
<div id="footer">© 2010 | Alle Rechten voorbehouden</div>
</body>
</html>Gebruikers op dit forum: Geen geregistreerde gebruikers en 0 gasten