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

General Discussion

Grid and Normalize not linking with Index.HTML

I'm trying to insert the normalize and grid css documents onto my Index.HTML fie with link rel="stylesheet" href="css/grid.css" type="text/css" media="screen" but it doesn't seem to be linking (normalize either). i added the container div but my image still wont center. Also, my Smells Like Bakin' website wont display the LARGE text "Opposites really do attract" that appears in the demo video I am using windows8OS, GoogleChrome and Sumblime text editor. Pls help !

1 Answer

Antonio, my solution was making sure your files you downloaded and using for the "smells like bakin'"web page are in the same folder. It would help if you showed us your coding to see if there is any mistake you overlooked.

It worked! thank you. the only problem now is that my div id="intro" is displaying very small text unlike the demo video.

It worked! thank you. the only problem now is that my div id="intro" is displaying very small text unlike the demo video.

James Barnett
James Barnett
39,199 Points

As your website grows you'll want to organize your images, CSS & HTML into separate folders. Here's a tutorial where you can read more about how to organize your files

Thanks for the link. It def explains a lot