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 Add Image Gallery Content

Saud A
Saud A
833 Points

Img 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

Are you sure that:

  1. Images were uploaded to your Workspace correctly.
  2. You put the images into right directory inside the Workspace.
  3. You specified correct url to your image in an img tag:
<img src="img/numbers-01.jpg" alt="">
Saud A
Saud A
833 Points

Yeah I blindly followed the video and used "img" as the folder when I had named it "img2" .

I'm glad you've solved this issue.