Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Saud A
833 PointsImg number 1 won't show in Add Image Gallery Content
I unzipped the file and uploaded it to workspace and then I did exactly as the video state and the image didn't appear. The blue box with question mark appeared but the actual image didn't.
Whats wrong?
2 Answers

ixrevo
32,051 PointsAre you sure that:
- Images were uploaded to your Workspace correctly.
- You put the images into right directory inside the Workspace.
- You specified correct url to your image in an img tag:
<img src="img/numbers-01.jpg" alt="">

Saud A
833 PointsYeah I blindly followed the video and used "img" as the folder when I had named it "img2" .

ixrevo
32,051 PointsI'm glad you've solved this issue.