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 trialDeborah Williamson
2,997 Pointsimages wont appear
I'm following all the steps and my images wont appear in the "website". here's a picture
Deborah Williamson
2,997 Pointsi dont know if anyone will see this.... but nothing is working for me....
4 Answers
Samuel Webb
25,370 PointsIf you input all three images and hit the preview button, you'll see no images. Once you hit the submit button, while in preview mode, the images will show up. Your code for the first image is correct. It should look like thisl:
<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>
Don Brubaker
2,518 Pointsi used your code and an image i had (renamed to numbers-01.jpg) and it worked fine.
if you see no image, the only thing i can think of is, that you mis-spelled the name or it is not within the img folder.
Chhavy Mahoney
2,649 PointsI have renamed my image also. First, it did not appear, but when I refreshed my page, my image was appeared.
Don Brubaker
2,518 Pointsglad to see it works
Deborah Williamson
2,997 PointsDeborah Williamson
2,997 Points