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 How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

My website started screwing up after adding the meta tags to all the html pages.

None of the images are appearing anymore, and the website is just white with blue links to everything. I have a feeling it started to malfunction after adding the meta tags. Not sure where my code is going wrong, Help!

Here is a snap shot of my code https://w.trhou.se/hdej6yprhe

Simon Coates
Simon Coates
28,694 Points

apart from main.css being misplaced, with <meta charset="=utf-8">, the second equals sign is probably a mistake, though it doesn't affect things.

2 Answers

Simon Coates
Simon Coates
28,694 Points

main.css is in the wrong directory. it can't find it.

Okay, I fixed it. Thank you!