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

Vijayalakhsmi Yeddula
seal-mask
.a{fill-rule:evenodd;}techdegree
Vijayalakhsmi Yeddula
Front End Web Development Techdegree Student 395 Points

placeimg.com

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

I exactly did what she did. But the picture isn't changing. I saved my code too. Can any one tell what's the problem over here

Andrew Poteau
Andrew Poteau
2,819 Points

Same problem for me. It works the first time I clear the cache, but I have to keep clearing the cache for each time. IE seems to work fine.

4 Answers

Xiaohua Cao
Xiaohua Cao
2,084 Points

Hold down Ctrl and click the Reload button to refresh your browser if your's is window 10.

I figured it out. You need to hold ctrl when you click refresh....but why?

I had a similar problem in Chrome. Refreshing (F5) didn't work. I had to empty the cache and then reload. Firefox doesn't have this issue.

Samantha Atkinson
seal-mask
.a{fill-rule:evenodd;}techdegree
Samantha Atkinson
Front End Web Development Techdegree Student 36,955 Points

Hi Vijayalakhsmi,

Have you tried refreshing your page in order to get the different images of the people? Usually, in your browser at the top, there is a refresh button or icon. When you refresh the page the people images will change. The link looks right, so I think it's a case of just refreshing the browser.