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 trialJohn Hammett
6,173 PointsWhy won't it let me pass I answered the question but it keeps saying don't forget the image/ part, I already did that
Please help with code challenge the help section keeps saying to put something else in there but I already have it in there.
2 Answers
Mark Josephsen
8,803 PointsIt should look like this to pass:
<section>
<ul>
<li><img src="img/numbers-01.jpg"alt=""></li>
<li><img src="img/numbers-02.jpg"alt=""></li>
<li><img src="img/numbers-06.jpg"alt=""></li>
</ul>
</section>
Casey Antoine
Courses Plus Student 5,174 PointsPost a link to the video you're currently on or even better a snippet of the code that you are having issues with.
John Hammett
6,173 Points<ul>
<li>img/numbers-01</li>
<li>img/numbers-02</li>
<li>img/numbers-06</li>
</ul>
It still says bummer when I put this in.
John Hammett
6,173 PointsJohn Hammett
6,173 PointsThanks man that solved it!
Mark Josephsen
8,803 PointsMark Josephsen
8,803 PointsGreat! Glad I could help. If you don't mind, could you click "Best Answer" for me? It's worth a few points...
Thanks!