treehouse : what would you like to learn today?
Web Design Web Development iOS Development

PHP Includes, footer

  • Hello,

    I am totally new to PHP includes. I have figured out how to put a spry menu bar and a header image into a include file. However, I am unable to figure out how to make a footer, that has hyperlinks and images. Any advice is appreciated and I need it on a PHP for dummies level, thank you. Please pay only attention to the footer, this is a test page and I have not uploaded the images to the gallery.

    http://www.ziggiebless.com/Test071312.php
    http://www.ziggiebless.com/includes/footer.inc.php
  • Oh, dear lord that's a lot of divs.

    I'm afraid I don't have the time to wade through all of that to find out if you have any actual styling errors. However, at the very least you are missing a closing div within your footer. It doesn't appear in the include file you posted, so the problem arises in the code you are not posting.
  • In the footer file I see an open paragraph, and 2 open divs. Closing those should fix the problem.