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

Igor Ristic
Igor Ristic
1,628 Points

Having problems with pictures and links shows, 404 error when you click on them. here is my code http://port-80-hqp674ta

2 Answers

Steven Parker
Steven Parker
229,744 Points

The file names are incorrect in the links.

Your image names (as seen in the "src" attribute of the "img" tags) all have the word "numbers" (plural) in them. But the link addresses (the "href" attributes of the "a" tags) have "number" (singular) instead.

For future issues, always make a snapshot of your workspace, because the direct link is temporary and only exists while you are using it.

Igor Ristic
Igor Ristic
1,628 Points

Thank you. Just solved myself 2 minutes ago