<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Wiersze i wierszyki na każdą okazje</title>
<link href="styl.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Language" content="pl" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
</head>
<body>
<div id="glowny">
<div id="NAGLOWEK"></div>
<div id="MENU">menu</div>
<div id="INF">informacje</div>
<div id="TRESC">
<h1>Szukasz wiersza, wierszyka

<h1>Najlepsze wiersze na każdą okazje

</div>
<div id="STOPKA">Stopka</div>
</div>
</body>
</html>
a to css
KODhtml body {
background-color:#d6c7fc;
color: #000000;
margin: 0;
padding: 0;
}
#glowny {
width: 780px;
margin-left: auto;
margin-right: auto;
}
#NAGLOWEK {
background: url(grafika/logo.jpg) no-repeat;
width:780px;
height:200px;
}
#MENU {
width: 150px;
float: left;
overflow: hidden;
background-color: #00ffff;
}
#INF {
width: 150px;
float: right;
overflow: hidden;
background-color: #808000;
}
#TRESC {
width: 480px;
float: left;
overflow: hidden;
background-color: #ffffff;
margin-left: 150px;
margin-right: 150px;
}
#STOPKA {
clear: both;
width: 100%;
background-color: #ff8040;
}
jak dodać treść do bloku div
