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 Eckstein
587 PointsMy photo is not appearing in preview mode
</ul> </nav> </header> <section> <ul> <li> <img src="img/numbers-1.jpg" alt=""> </li> </ul> </section> <footer>
Brian Fidler
859 Pointsdouble 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.
John Eckstein
587 PointsBrian Fidler I fixed that error but the photo will still not show.
Jentry J
1,821 PointsThis may sound silly have you tried saving the work space, launching the view mode and reloading the page?
Errin E. Johnson
22,458 PointsErrin E. Johnson
22,458 Pointsright 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.