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 trialella alpina
813 Pointsimage not loading on my index page
trying to keep up with video while creating my index page. I then copy all the img folder into another folder that contains my copy of the index file. but after i refresh index page in browser, only question mark icon comes up instead of logo.
2 Answers
Lee Putnam
1,329 PointsSpelling and caps are necessary, make sure you use the file name exactly as it appears.
Lee Putnam
1,329 PointsSpelling and caps are necessary, make sure you use the file name exactly as it appears.
Greg Barbosa
9,874 PointsGreg Barbosa
9,874 PointsElla, double check your img src and that it is pointly to the correct location.
As an example:
<img src = "img_folder/img.jpg">