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.

Derek Parry
3,080 PointsIssues with "Build a Simple Website"
Is there anywhere I can find a completed example of the code for "Build a Simple Website"? Comparing my work to a sample would help me discover where I've gone wrong. Does anyone know where I could find this? If not, could anyone provide me their completed and correct work?
Of course, I am only in need of the HTML side and don't need the CSS stylesheet, etc. Any help would be greatly appreciated. Thank you!
(Specifically, if you're wondering, the problem I am having is that I cannot get the following section to appear:
<div class="grxid_7>
<h2>Inside the Kitchen</h2>
<p>Smells Like Bakin' started out in the garage of the husband wife duo Allison & Joseph. Allison is the baker, and Joseph found a way for them to make a business out of her tasty treats. Flash forward to today and they have a successful store front, catering business and cupcake truck. </p>
<p><a href="#" class="btn-small">Read More</a></p>
</div>
2 Answers

Guil Hernandez
Treehouse TeacherHey Derek Parry – You can grab the files in this link.
You can also download the project files in the "Downloads" sections of each video page.

Mel Warhol
Courses Plus Student 7,859 Pointsnot sure if this helps but you might want to change the class attribute to "grid_7" and not "grxid_7"
Derek Parry
3,080 PointsDerek Parry
3,080 PointsGreat. Thank you.
Chase Lee
29,275 PointsChase Lee
29,275 PointsHow do you do that automatic download link?
Guil Hernandez
Treehouse TeacherGuil Hernandez
Treehouse TeacherChase James –– Are you referring to the link I added to the text in my reply? If so, take a look at the "Markdown Cheatsheet" link at the bottom of this page that shows you how to add it. :)