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

HTML

a common mistake : not refreshed website

I save with Ctrl S and refresh with Ctrl R, but it doesn't work

This is easy to fix. Every time you test your HTML with your browser or IDE, it saves the cache. Therefore, it shows the previous work even if you update.

In order to fix this, you need to clean the cache. If you use your browser, go to tool -> internet option -> then clean the cache If you use IDE, do the same thing as the browser If you use the both browser and IDE, clean the cache with "CCleaner".

If you don't know about CCleaner, ask me.

1 Answer

Steven Parker
Steven Parker
229,732 Points

Once you've saved your changes, an ordinary refresh (F5 on most browsers) will usually do the job.