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 Creating HTML Content Add Image Gallery Content

Goran Penov
Goran Penov
1,635 Points

My images cannot display in a new page. Why is that?

404 Not Found, images cannot display in a new page.

3 Answers

Michael Alaev
Michael Alaev
5,415 Points

If you can post your code her it would be great,

By the 404 error I think you have entered the wrong url to the image in the project. try to look at your code one more time my be you missing some think in it.

 <img src="img/numbers-02.jpg" alt="">

Mike.

Jorge Valerio
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Jorge Valerio
Front End Web Development Techdegree Graduate 24,696 Points

make sure the about.html is in the same directory as index.html,

on index. html you should have a link going to about.html

error 404 is not display because the browser can't an image.

Goran Penov
Goran Penov
1,635 Points

No, I don't have entered the wrong url, my codes are exactly the same.

<img src="img/numbers-01.jpg" alt="">