Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Eric Uys
Courses Plus Student 807 PointsCan't figure out how my code went wrong on task 2.
I've done it multiple times and keep getting the same red message: "Bummer! Make sure you include an image tag that displays "img/numbers-01.jpg"." When I preview it all three images come up and it looks good. Here's a link to a screen shot of my code: imgur.com/rQEq7Ag
Please help!
2 Answers

Dino Paškvan
Courses Plus Student 44,107 PointsRe-read the last part of the task description: Leave the alt attributes blank, and don’t add any captions or links. Just the images!
Get rid of the a
tags and just leave the img
tags.

Eric Uys
Courses Plus Student 807 PointsGot it. Thank you!