I am trying to build my site by using only divs (as opposed to frames). The site has a header div (top), a navigation div (left side) and a content div (main area). I managed to get the 'index.php' file to display within the content div. But as soon as I click on the "collections" a whole new page gets loaded with none of the divs. Any ideas how I can keep the plogger completely within the content div?
You should be building your page on the index.php page itself and putting the divs around the gallery.php file include statement since really the gallery is in the gallery.php and the index.php is just a place holder. plus a link would be nice to your problem.
I tried what you said Ben, but still no luck. Here is the link to what I am trying .... http://www.familyshare.com.au/test/photos.php You will see that when it loads its in the correct div. But as soon as you click on the collection the layout is gone.
<div id="index_content"><?php include 'http://www.familyshare.com.au/test/photos/index.php'; ?></div>
you should be editing the actual http://www.familyshare.com.au/test/photos/index.php file to fit your site like othermichael says. That should work out much better then what you are trying to do atm.
THANK YOU! THANK YOU! THANK YOU! I followed what you said and it works!. Your help is much appreciated. Here is the link: http://www.familyshare.com.au/test/photos/index.php