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 trialNoam Mantel
1,240 PointsFor some reason, any changes I make to a .css file don't appear when hitting "view". I checked index.html.
I've been following the videos and at some point, any .css changes I make don't translate. I checked my index.html (thinking that it must be a reference issue) to see if I made some sort of mistake but I couldn't find it.
3 Answers
Tiffany McAllister
25,806 PointsCould you please post your code? You can use the markdown cheatsheet below for instructions.
Noam Mantel
1,240 Points<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Noam Mantel | Designer</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> </head>
Noam Mantel
1,240 Points<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Noam Mantel | Designer</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> </head>
Thomas Meiller
457 Pointshi
a small hint that maybe might work. i hope so. first go to " view Workspace" button in the above right Corner, then fresh your browser. to make changes active. :)