kod :
--------------------------------------------
glowna.php
<?php require('naglowek.inc'); ?> <!-- zawartosc --> <p>Frima Prosimy o poświęcenie .</p> <? require('stopka.inc'); ?>
naglowek.inc
<html> <head> <META http-equiv=Content-Type content="text/html; charset=ISO-8859-2"> <style type="text/css"> body {background-color: white} h1 {color:white; font-size:24pt; text-align:center; font-family:arial,sans-serif} .menu {color:white; font-size:12pt; text-align:center; font-family:arial,sans-serif; font-weight:bold} td {background:black} p {color:black; font-size:12pt; text-align:justify; font-family:arial,sans-serif} p.foot { color:white; font-size:9pt; text-align:center; font-family:arial,sans-serif; font-weight:bold} a:link,a:visited,a:active {color:white} </style> </head> <body> <!-- naglowek --> <table width="100%" cellpading="12" cellspacing="0" border="0"> <tr bgcolor="black"> <td> </td> </tr> </table> <!-- menu -->
stopka