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 McKernan
Courses Plus Student 181 PointsI am stuck
Hey I have copied the code directly from the video and it still says that I need to recheck the work. I am taking screenshots and copying it directly.
3 Answers
Joel Rivera
29,401 PointsHey John, copy the code and put it here so I can check it out.
Joel Rivera
29,401 PointsI just used this and it worked.
<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>
make sure you leave the alt attribute blank and also make sure to have a forward slash before the img and then another forward slash before the path example <img src="/img/numbers-06.jpg" alt=""> also don't forget the src=""
Joel Rivera
29,401 PointsHope that helps.