Hello to everyone!
we have a website:
http://www.ierapostoli.gr/
I have used php require to load the top, left, center, right and bottom column pages in table. So far so good BUT I don’t like it very much because it will load top, left, center and after some time it will load right and it’s not looking so good. Top, bottom, left and right are always the same page.
I would like to load firstly top, left and right and afterwards the main center which is somehow heavy in text and photos.
Is there any solution or do I have to re configure the whole thing? Someone posted that I have to use divisions and floats. I don’t know from these things. Can you please help me???
Thank you very very much !!! 8)
Here is my code for index.php
Ierapostoli <?php require ("/var/www/vhosts/ierapostoli.gr/httpdocs/top.htm"); ?><?php require ("/var/www/vhosts/ierapostoli.gr/httpdocs/left.htm"); ?> |
|
<?php require ("/var/www/vhosts/ierapostoli.gr/httpdocs/right.htm"); ?> |