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

CSS

Ben Daron
Ben Daron
650 Points

Working With Grids

Hello! I just started Team Tree House yesterday and have been working on the basic website sections. I am on the section for "Working with Grids" and am having problems with my Smells Like Bakin' CSS working like it does in the video (https://teamtreehouse.com/library/websites/build-a-simple-website/creating-a-website-structure/working-with-grids-2). I've watched the lesson twice and have read over my code again and again, but cannot figure out why it is not the same. Here is a link to my index.htm filel: https://www.dropbox.com/s/0cqyejkfv2cp3xe/index.html This is the first point where it does not match the video. The first time I ignored it and kept going, but that obviously led to problems so I started over, but was not able to find what I missed. Thanks so much for any help you can give me! -Ben

1 Answer

Hey Ben,

I'm happy you joined us.

First of all, when you work alone by project , try working WITH project files first, then make your stuff alone, because you will learn more with project files.

You had these errors in your index.html file:

  • At the begining,when you declare meta http-equiv: you mised first (quote)" before content type
  • In your grid_3 class , after alt="you make me blush" you mised closing angle bracket ... >
  • and same it was with your contact class... you missed this closing angle bracket... >

this is what I found. I hope it helps, and good luck in studing :)

Ales Petrovacki

Ben Daron
Ben Daron
650 Points

Thank you!

I'll start using the project files first. I fixed those errors and found a couple more after looking at the project files - now I'm back on track.

Thanks so much for your help!

Ben

no problem, glad I could help :) Happy Learning