debram99 - 2007-02-19 01:40:50

Hi,

Can anyone help me that I am creating a website and using top.html and bottom.html and the top and bottom of my website. Top and Bottom is my website design code etc and any other file i create will have

Code::

<?
include("top.html");
?>
New File Contents
<?
include("bottom.html");
?>

Like so.

My problem is however, when i create a new folder, for example "/teams" and create files in there and add the include top and bottom.
I use ../top.html and ../bottom.html and it displays the website, but without the images.

Im not sure what to do or if there is an easier way of doing this?

Thanks in advanced.