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 trialHayden Smith
535 PointsHelp linked files not having an affect
Im following along in the working with grids section of the build a simple html website. Ive linked my grid.css and normalize.css files in the head of my html file. But nothing happens when i refresh in my browser. Im going cross eyed trying to see where i went wrong and cant find any errors... does anyone know what could be causing this?
2 Answers
John Locke
15,479 PointsHayden, the first thing you might want to make sure the path to those files is correct. Open the HTML page in your browser, right click and View Source. In the source code, try to click on the links that lead to the CSS files. IF they don't open in the browser, then it sounds like a problem with the file path. Try that first.
Matthew Walker
Courses Plus Student 1,359 PointsThere shouldn't be much change its just so that the web page looks the same across more browsers