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 trialWyatt Lamond
219 Pointsimage tag
I am confused as to where I a m stuck here... I feel like I created the tag for each of the three images. They are all identical, but "img/numbers-01.jpg" is wrong?
3 Answers
hector villasano
12,937 PointsMake sure your spelling is correct and that the image is in the img folder.
Sam Nabhan
2,157 PointsHi Wyatt,
+1 to what Hector mentioned above.
However, please also paste your entire code here so that we can review it and determine where the error(s) lie.
Regards, Sam
Alexandra Silcox
24,486 PointsAs samnabhan has mentioned, the best way to get help on the forums is to paste in your code using the Markdown Cheatsheet as reference. Although img/numbers-01.jpg looks correct, but there could be other issues in the rest of the code that's keeping it from passing.
More times than not a coding issue is a result of a typo or added/removed characters within the code. Overlook the section you are doing and check to see if there's anything that stands out. It could be something very simple that's easy to overlook.