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 trialMartin Vaughn
515 Pointspreview ( view) doesn't show changes on Google chrome, such as changing style doesn't show orange
preview ( view) doesn't show changes on Google chrome, such as changing style doesn't show orange. What do I need to do?
Thank you Martin
2 Answers
Cameron Childres
11,820 PointsHi Martin,
The first thing to check is that you've saved your files in workspace. You can do this through File > Save or with the shortcut CTRL+S. If there's a red dot next to the file name at the top of the code editor that indicates changes have been made that have not been saved.
If you've confirmed the files are saved and refreshing your preview still does not reflect changes then it would be helpful to share your code here, just in case there's an error somewhere.
Elfar Oliver
3,924 PointsMaybe you forgot the dash, colon, or semicolon in the style element. Happened to me at least but now it's up
Martin Vaughn
515 PointsMartin Vaughn
515 Pointsok thank you for answering!