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 trial

CSS Treehouse Club: CSS My First Web Page Comments, Selectors, and Syntax

CSS changes are not being saved and displaying in the preview window. help

Hi, I cant seem to save any changes I have made with the CSS to the web page. It saves any changes in the code but when I go into preview it in the browser, I refresh the page and nothing updates. But when I go back into the HTML and make a change this updates.

2 Answers

When this happens to me, it's always because I have one little typo. Like I have : when I should have ; Sometimes it takes going over the code a few times before I can find it, but its always the reason my stuff won't load.

If you are using Chrome it is due to the length of cached information. Try using FireFox instead and it should fix the problem.

This solved my problems, thank you!