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 trialIgor Ristic
1,628 PointsHaving 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
231,198 PointsThe 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
1,628 PointsThank you. Just solved myself 2 minutes ago