Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Andrew Merrick
20,151 PointsAdding HTML Markup
Randy or any other moderator:
I'm currently on the Adding HTML Markup video in the Paginating a List: Model and View section of the PHP course: http://teamtreehouse.com/library/programming/enhancing-a-simple-php-application/paginating-a-list-model-and-view/adding-html-markup.
I've set up the while function on the shirts.php file so that only 8 shirts are displayed on each page and there are button links to navigate the pages. However, with my code, I can see the links but the shirts are missing! I checked the CSS file and pagination is there. I don't know what is wrong since I've triple-checked that my code is the same as in the video. Since this is a long post I will submit my code in a new post.
Any help would be appreciated! Thanks!
1 Answer

Andrew Merrick
20,151 PointsNevermind! I had a piece of code that was commented out for some reason but when I uncommented it the shirts returned.
My bad!
Andrew Merrick
20,151 PointsAndrew Merrick
20,151 Points<?php