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

Image src

I cant load the random images from the website placeimg.com used here. It doesn't work for me

5 Answers

Renee Zamora
Renee Zamora
411 Points

Windows 10 = Holding down the Ctrl and clicking the Refresh button to load a new image.

If you could add an attachment of your code, or try to explain a little bit more on what you are trying to do that would be fantastic! From what you have now there really isn't a ton to go off of.

Mark Lawson
Mark Lawson
6,148 Points

Can you post your code?

Aline Pauwels
Aline Pauwels
7,353 Points

Post your code please :)

Vince Mendella
Vince Mendella
6,480 Points

go to http://placeimg.com/ in the width and height boxes place 400 in each. Select a category (animals, people, tech, etc...). In the dark bar above it will have some code (eg: http://placeimg.com/400/400/people), select that code and paste it into the following code in your file:

<img src="http://placeimg.com/400/400/people" alt=".....>

Save that and reload. The image in the circle will rotate different images. Remember to paste the code that you copied between the quotation marks. <img src=" code goes here "