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!
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

Corey Lyons
24,684 PointsExternal CSS not working!
I'm doing everything else ok but when I get to the part where he does the external style sheet I don't understand why there's nothing happening. I'm pretty sure its a file path thing and I can't figure it out. It should add the dotted line and color the unordered list but it stays the same as before. Where do the zip files need to be saved?
7 Answers

Corey Lyons
24,684 PointsI figured out that the files weren't linked properly. Easy fix

Andrew Corcoran
20,552 PointsHi Corey,
What zip files are you referring to? The structure of your project files should look like this and the link to the style.css file should look like the below and appear within the <head></head>
section of your index.html page.
<link rel="stylesheet" href="css/style.css">

Corey Lyons
24,684 Pointsthe zip files for the adding css to a page and what files do I need from it for this to work? that's the code I used as well and that didn't work

Corey Lyons
24,684 Pointsthe zip files for the adding css to a page and what files do I need from it for this to work? that's the code I used as well and that didn't work

Andrew Corcoran
20,552 PointsHi Corey,
Did you take a look at the file structure, it should match what's shown here: http://d.pr/i/HAWo

Corey Lyons
24,684 PointsOk but I noticed all you need to do is pull up the files in the text editor and open in browser and it works fine.

Corey Lyons
24,684 Pointsso the files in the final folder is all I need to do this project?