index.php
<?php /*---------------------------------------------------+ | Copyright 2010 Kowalski (Julek) Kevin +----------------------------------------------------+ | Wszystkie pliki są mojego autorstwa, kopiowanie i |zmiany o informacji autora zabronione lub za zgodą |autora. GG:2384503 +----------------------------------------------------*/ include("header.php"); include("side_left.php"); echo "<!-- GŁÓWNA KOLUMNA --> <div id=\"mainContent\"> <div><!-- Najnowsze KLUBY --> <div id=\"kluby\">Najnowsze kluby</div> <div id=\"table_text\"> <!-- TREŚĆ DLA PANELU --> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> </div> <div> <!-- Najnowsze UTWORY MUZYCZNE --> <div id=\"muzyka\">Najnowsze utwory</div> <div id=\"table_text\"> <!-- TREŚĆ DLA PANELU --> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> </div> </div> "; include("footer.php"); ?>
style.css - fragment kodu
@charset "utf-8"; body { font-family:Arial, Helvetica, sans-serif; font-size:11px; background: #FFFFFF; margin: 0px auto; text-align: center; color: #525252; position: inherit; } #footer_info_text ul { padding: 0px; margin: 0px; } #footer_info_text li { background-image:url(images/img_39.gif); height:17px; width:100%; list-style-type: none; margin: 0px 0px 0px 0px; font-size:12px; color:#06456e; padding-top:10px; } #footer_info_text li a { width:100%; list-style-type: none; margin: 0px 0px 0px 0px; font-size:12px; color:#06456e; text-decoration: none; } #footer_info_text li img { vertical-align: middle; margin: 0px 4px 0px 0px; } #footer_info_text li a:hover { width:100%; list-style-type: none; margin: 0px 0px 0px 0px; font-size:12px; color:#06456e; text-decoration: none; } #footer_info_text li:hover { background-image:url(images/img_37.gif); height:17px; width:100%; list-style-type: none; margin: 0px 0px 0px 0px; font-size:12px; color:#06456e; padding-top:10px } #container { width: 899px; background: #FFFFFF; margin: 0 auto; border: 0px solid; text-align: left; color:#525252; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Dokument bez tytułu</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body style="margin:0 auto;"> <!-- STRONA --> <div id="container"> <!-- TOP --> <div id="header"></div> <div id="menu"> <div id="monline">online gości: 65</div> <div id="menu2">Strona główna</div> </div> <div id="menu_link">Strona Główna | Strona Główna | Strona Główna | Strona Główna | </div> <div id="top_reklama"></div>