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 trialLindsay Barrett
234 PointsStyleesheet not linking
My css and html files are not linking because the styles are not being displayed. Here is my code. I am using the "final" downloadable code and it is still not working.
<head> <title>Lake Tahoe</title> <link rel="stylesheet" href="css/style.css"> </head>
2 Answers
jag
18,266 PointsShould be working fine. Works for me.
Using your browser you can check what resources have loaded or haven't.
Thomas Dimnet
Python Development Techdegree Graduate 43,629 PointsHey Lindsay,
did you check some things such as: ->is the file present on the folder? ->does the css file have the same name?
and so on.. Usually it is just a dummy thing you have just forgot.
Keep us in touch! Thomas.
Lindsay Barrett
234 PointsI launched a new workspace and now it is working. Strange, but thanks!