02-04-2010, 23:55
Kod:
<html>
<head>
</head>
<body>
<div id="top">
<div id="NAGLOWEK"></div>
<div id="MENUGORNE">
<?php
include("/components/menugorne.html");
?>
</div>
<div id="NAW1"></div>
<div id="MENU">
<?php
include("/components/menu.html");
?>
</div>
<div id="NAW2"></div>
<div id="TRESC">
<?php
include("/components/glowna.html");
?></div>
<div id="STOPKA"></div>
</div>
</body>
</html>
W menu.html jest menu lewe. menugorne.html to menu gorne, glowna.html to jest strona glowna. Chcialbym zeby po wcisnieciu na jakis tam np "Regulamin" w menu strona sie przeladowala i zeby zamiast glowna.html pojawil sie regulamin... jak to zrobic? bo nie mam pojecia...
