iemand zij dat het mooi was om td ,tr weg te halen nu doe ik dat
dan staat mijn header en menu & content onder menu _left
hoe moet ik dat goed doen?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
body {
background-image: url(images/bg.jpg);
}
div#container{
width: 768px;
margin: 0 auto;
}
#menu_left {
background-image: url(images/menu-links.jpg);
width : 227px;
height : 768px;
text-align: left;
}
div#content{
background-image: url(images/bg.jpg);
width: 604px;
height: 612px;
display: block;
position: relative;
}
div#header{
background-image: url(images/logo.jpg);
width: 730px;
height: 95px;
}
div#menu{
background-image: url(images/menu.jpg);
width: 604px;
height: 38px;
}
div#footer{
font-family: Tahoma;
font-size: 12px;
color: #ffffff;
width: 730px;
height: 23px;
text-align: right;
}
</style>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="container">
<table id="Table_01" width="1024" height="769" border="0" cellpadding="0" cellspacing="0">
<td rowspan="4">
<div id="menu_left"></div>
<td colspan="3">
<div id="header"></div></td>
<tr>
<td colspan="2">
<div id="menu"></div></td>
</tr>
<tr>
<td colspan="2">
<div id="content"></div></td>
</tr>
<tr>
<td colspan="3">
<div id="footer"></div></td>
</tr>
</table>
</body>
</html>
</div>