Kod: Zaznacz cały
<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-2" />
<title></title>
<style type="text/css">
div.lewo {
width: 200px;
float: left;
margin: auto ;
}
div.prawo {
width: 200px;
float: right;
margin: auto ;
}
div.center {
width: 600px;
float: left;
margin: auto ;
}
div.rama {
width: 1000px;
margin: 0 auto;
background-image:tloramy.bmp ;
}
div.stopka {
border-style: solid ;
width: 1000px;
display: block;
clear: both ;
margin: 0 auto;
height: 200px;
}
div.logo{
border-style: solid ;
width: 1000px;
display: block;
clear: both ;
margin: 0 auto;
}
body {
background-color: black ;
color: #AC986F;
}
</style>
</head>
<body>
<div class="logo">
tu bdzie logo
</div>
<div class="rama">
<div class="lewo">
menu
</div>
<div class="center">
wieści
</div>
<div class="prawo">
reszta
</div>
</div>
<div class="stopka">
stopka
</div>
</body>
</html>
