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 trial

HTML How to Make a Website Creating HTML Content Structure the Image Gallery

My photo is not appearing in preview mode

</ul> </nav> </header> <section> <ul> <li> <img src="img/numbers-1.jpg" alt=""> </li> </ul> </section> <footer>

right click on the web page, to view page source and see if the url is valid. sometimes you will need to add "../img/numbers-1.jpg"; the . . / takes the file out of img dir and into main directory.

double check the name of the file you are referencing. In that tutorial, the file is named numbers-01.jpg, not numbers-1.jpg.

Hopefully that will fix the issue for you.

Brian Fidler I fixed that error but the photo will still not show.

Jentry J
Jentry J
1,821 Points

This may sound silly have you tried saving the work space, launching the view mode and reloading the page?