I have a root directory and then in this I have a directory called biography.
What I want to do is include a folder in the root folder called includes which will include a couple of images I want to appear on all pages.
Now the problem I have is how do I get the sub section to link to the images???
This is the code in my subsection which is a server side include
Then this is my include code which works at the moment for all pages in my root directory but at the moment I can't get the subsection biography pages to include these images.Code:<div id="left"> <?php include("../includes/leftside.php")?> </div>
is it possible???Code:<a href="about.php"><img src="images/biography/test.gif" alt="test" class="biography-img" /></a>
Cheers







Bookmarks