Kody źródłowe:
Index.html (później .php)
Kod
<html>
<head>
<link rel="Stylesheet" type="text/css" href="default.css" />
<title>PHP Site</title>
</head>
<body>
<div id="site">
<div id="header">
</div>
<div id="search">
</div>
<div id="main">
<div id="sidebar">
Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here !
</div>
<div id="content">
Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here!
</div>
</div>
</div>
<div id="footer">Footer is here ! Footer is here ! Footer is here ! Footer is here ! Footer is here ! Footer is here !</div>
</body>
</html>
<head>
<link rel="Stylesheet" type="text/css" href="default.css" />
<title>PHP Site</title>
</head>
<body>
<div id="site">
<div id="header">
</div>
<div id="search">
</div>
<div id="main">
<div id="sidebar">
Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here ! Sidebar is here !
</div>
<div id="content">
Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here! Content is here!
</div>
</div>
</div>
<div id="footer">Footer is here ! Footer is here ! Footer is here ! Footer is here ! Footer is here ! Footer is here !</div>
</body>
</html>
default.css (ciągle w trakcie modyfikacji

Kod
body {
margin: 0px;
padding: 0px;
background-image: url(images/header_bg.jpg);
background-repeat: repeat-x;
}
div {
margin: 0px;
padding: 0px;
}
img {
border-style: none;
}
#site {
height: 100%;
width: 900px;
margin: auto;
padding: 0px;
}
#header {
height: 136px;
background-color: red;
}
#search {
height: 67px;
background-color: green;
}
#content {
margin-right: 250px;
background-color: black;
}
#sidebar {
width: 250px;
float: right;
background-color: red;
}
#footer {
height: 58px;
clear: both;
vertical-align: bottom;
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
}
margin: 0px;
padding: 0px;
background-image: url(images/header_bg.jpg);
background-repeat: repeat-x;
}
div {
margin: 0px;
padding: 0px;
}
img {
border-style: none;
}
#site {
height: 100%;
width: 900px;
margin: auto;
padding: 0px;
}
#header {
height: 136px;
background-color: red;
}
#search {
height: 67px;
background-color: green;
}
#content {
margin-right: 250px;
background-color: black;
}
#sidebar {
width: 250px;
float: right;
background-color: red;
}
#footer {
height: 58px;
clear: both;
vertical-align: bottom;
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
}