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

HTML

Issues 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 &amp; 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
STAFF
Guil Hernandez
Treehouse Teacher

Hey 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.

Great. Thank you.

Chase Lee
Chase Lee
29,275 Points

How do you do that automatic download link?

Guil Hernandez
Guil Hernandez
Treehouse Teacher

Chase 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. :)

Mel Warhol
PLUS
Mel Warhol
Courses Plus Student 7,859 Points

not sure if this helps but you might want to change the class attribute to "grid_7" and not "grxid_7"