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 trialShubham Sharma
872 PointsImage src
I cant load the random images from the website placeimg.com used here. It doesn't work for me
5 Answers
Renee Zamora
411 PointsWindows 10 = Holding down the Ctrl and clicking the Refresh button to load a new image.
tylerpostuma2
5,175 PointsIf 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
6,148 PointsCan you post your code?
Aline Pauwels
7,353 PointsPost your code please :)
Vince Mendella
6,480 Pointsgo 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 "