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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Image Tags

IMG not changing

In the video, the image changes when she refreshed <img src="https://placeimg.com/400/400/tech" alt="Drawing of Jane Smith" class="profile-image">, not for me tho

4 Answers

Hold down shift and click on the refresh button on your browser. This ended up working for me.

Thanks!

Wow thats amazing thanks, how did u know?

This command clears/bypasses the cached images on your browser and reloads images from the server directly.

just tried the exercise myself...the image isnt refreshing to something new...my guess is it has something to do with codeing inside the launcher.

Brian Ball
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Brian Ball
Treehouse Project Reviewer

Try removing the "s" in https

<img src="http://placeimg.com/400/400/tech" alt="Drawing of Jane Smith" class="profile-image">

Thanks! I was having the same problem