Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Build a Simple PHP Application Listing Inventory Items Displaying All Products

Content not showing

I have something strange going on here. The page does not show any other content but the heading, the unordered list is nowhere to be seen. I have copied every file from the project files-folder to my project but that does not clear the issue.

3 Answers

Dave Berning
Dave Berning
17,365 Points

Can you provide some code? Without looking at your code I can guess that you have a syntax error somewhere and the browsers thinks there is more code to load when there isn't. Double check your code as well as the project file to make sure there isn't any open tags, missing semi-colons etc, and properly linked stylesheets and scripts.

If the header is loading fine then that means that the error occurs after the heading. Try validating your code with the W3C, it might be able to point out any errors that you aren't seeing.

Thanks Dave, I got it now!

Dave Berning
Dave Berning
17,365 Points

Awesome! Was it a simple fix?