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 trialEric 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,108 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!