#6 ebeš
a este
main.htm
<html>
<head>
</head>
<p>
<marquee> </marquee>
</p>
<body>
<div class="photos" style="display: table; height: 400px; #position: relative; overflow: hidden;">
<div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
<div class="greenBorder" style=" #position: relative; #top: -50%">
<ul>
<li><span><a rel="nofollow" href="page1.php"><img src="obrazky/akcie.jpg" width="200" height="150" /></a></span>
<span>OBCHOD S UMENÍM</span>
<a rel="nofollow" href="page1.php"vstúpiť"</a>
</li>
<li><a rel="nofollow" href="page1.php"><img src="obrazky/galeria.jpg" width="200" height="150" /></a>
<span>AKCIE</span>
<a rel="nofollow" href="page1.php">vstúpiť"</a>
</li>
<li><a rel="nofollow" href="#"><img src="obrazky/obchod.jpg" width="200" height="150" /></a>
<span>GALÉRIA</span>
<a rel="nofollow" href="">vstúpiť</a>
</li>
</ul>
</div>
</div>
</div>
a
page1.php / co je az na malicke zmeny vlastne index.php/
<?
ob_start ();
?>
<?
require_once "function.php";
?>
<body>
<div id="wrapper">
<div id="header1">
</div>
<div id="header">
<?php
include("bottom.htm")
?>
</div>
<div id="inner">
<div id="middle" class="clearfix">
<div id="content">
<div id="left1">
<?php
include("left1.htm")
?>
</div>
<div id="content2">
<?
obsah1()
?>
</div>
</div>
</div>
</div>
<div id="l"></div>
<div id="m"></div>
</div>
<?php
include("formulare/online.php")
?>
<?
ob_end_flush ();
?>
</body>
</html>