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 trialLiat Daltrophe
322 Pointsstyle sheet not connected to html
Hi everyone, I opened a style sheet in the same project. I did everything Nick did but it seems the style sheet isn't applying to my html. what could be wrong?
Thank you all for you feedback, Liat
4 Answers
Liat Daltrophe
322 PointsThanks greg for your quick reply. The entire styling is missing.
Liat Daltrophe
322 PointsThe entire styling is missing
Greg Barbosa
9,874 PointsI actually ran into this same problem. Make sure you have spelt and linked in the stylesheet properly. Rewatch the video if necessary on that. Honestly, I had to go back and rewatch to realize I spelt one thing wrong.
If you can, paste in your code here (click and read the Markdown Cheatsheet link to find the best way to do this).
Dennis Castillo
16,018 Pointsdid you try "link rel="stylesheet" href="(file path)"
Greg Barbosa
9,874 PointsGreg Barbosa
9,874 PointsWhat specifically is missing Liat? Are you missing colors, fonts, or the entire styling is not there?