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 trialSaud 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.