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 How to Make a Website Adding Pages to a Website Style New Pages

B J Lala
B J Lala
1,361 Points

Problems with google chrome on a mac

For some reason when changing the image properties of the .profile-photo class, it does not show on the google chrome browser of my mac. While on the browser of my phone changes do appear.

1 Answer

JLN CRML
JLN CRML
30,362 Points

Hi, that usually happens pretty often in programming and checking. There are several options to solve this:

  • View the source code in Google Chrome and reload the file, sometimes it only updates it when it's reloaded manually
  • Empty for Browser Cache, sometimes it saves source codes in it as well
  • Use the incognito for checking your programming results -> it won't save cache.

Good luck! ^_^