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 trialnazia zaman
1,410 PointsWhy can't I see my edits work? It doesn't change the background color or the border top no matter what I change it to
Why can't we see our changes in the preview? It stays the original way no matter what I change things to
6 Answers
kinghebes
1,457 PointsYou need to click refresh when the webpage preview is launched. Just keep the preview open and when you want to see your updates, just refresh the page. Make sure you save the changes first, or they won't update when you refresh!
Austin Lavier
3,949 PointsOkay, so one thing you need to check is whether or not your browser is caching data as you browse. It could be caching the colors, images etc.
One way to prevent that from happening is to open a "private browsing window" and keep your preview running in that window. That way it won't store anything as you refresh.
In Chrome you would choose "Incognito" and in Safari it would be "Private Browsing". This should solve your issue.
nazia zaman
1,410 Pointsthanks, I'm gonna try that!
jason chan
31,009 Pointsyou paste it here
"```" w/o quotes
//CODE GOES IN HERE
"```"
you will see this awesomeness
treehouse is using .md aka readme for github convention. Hehe
Mikkel Rasmussen
31,772 PointsCan you please show us your code so we can see if it correct ?
nazia zaman
1,410 PointsYes, of course. However, do I paste it or upload a screen shot? I'm sorry but this is my second day on the site so I'm still figuring out how it works. Thanks for getting back!
jason chan
31,009 Pointshttp://pastebin.com/ just use this website.
jason chan
31,009 PointsCTRL + S
hotkey for save. Don't forget to clear browser history sometimes. Browser caches old javascript and css.
Jacob Krebs
8,375 PointsJacob Krebs
8,375 PointsThis worked for me. Thanks!