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 trialCarl Holmes
4,841 PointsStage 3: Creating a Website Structure
Hello! This is my first post (of many to come in the future I'm sure). My design page is not looking like the prototype page it is suppose to be after messing with grid.css. Does anyone know where I can get the teacher's code for each section? Its annoying to have to pause the video in order to see if my code matches exactly like Nick's.
Thanks!
5 Answers
Carl Holmes
4,841 PointsThank you all for your help! I got one of my Web Design buddies to look at my code. Apparently I was missing an extra Divider at the end of the Featured Cupcake section of my code.
The page is looking like it should now!
ISSUE RESOLVED
Thanks again!
James Barnett
39,199 PointsIt sounds like you might have a file path issue in your <link>
tag for your grid.css
file. Here's a tutorial on file paths that should get you going.
Let us know how you are getting along with this here in this thread.
Alan Saviano
199 PointsYou scroll down to the bottom of the video page and you'll find a download section where you can download all the files you need to complete the video. If you see the teacher heading look one section up.
Carl Holmes
4,841 PointsJames,
The link to that tutorial is bad. I get a "Webpage is not available" when I click to open it. Is there an updated one?
Alan,
I have downloaded all the project files and I do not see a coding process file. It is hard having to pause the video every second or so. I even checked the source code on the actual Smells Like Bakin page (http://www.smellslikebakin.com/) and everything looked correct for what we have covered so far.
James Barnett
39,199 Points>
The link to that tutorial is bad. I get a "Webpage is not available" when I click to open it. Is there an updated one?
Thanks for letting me know, the link is fixed now.
Carl Holmes
4,841 PointsAwesome. Thank you!
Carl Holmes
4,841 PointsAfter re-looking at the link you suggested, it appears that my link tag is entered correctly.
Somehow the look of my website look is still way off. Any other suggestions?
I wish I could upload a picture to show how incorrect it looks. Everything is basically still centered.
James Barnett
39,199 PointsJames Barnett
39,199 PointsFor future reference validating your markup can help spot those issues.