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 trialGoran Penov
1,635 PointsMy images cannot display in a new page. Why is that?
404 Not Found, images cannot display in a new page.
3 Answers
Michael Alaev
5,415 PointsIf 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
Front End Web Development Techdegree Graduate 24,696 Pointsmake 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
1,635 PointsNo, I don't have entered the wrong url, my codes are exactly the same.
<img src="img/numbers-01.jpg" alt="">