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 trialDarius Dennis
1,433 PointsFiles appearing like image icon, but I have followed the code exactly
So I have typed it the code to match the video and looked at the questions below, but my pictures aren't showing like how they display right when you get to the site instead they are just img icons until I click on the links to open the picture
Jason Anders
Treehouse Moderator 145,860 PointsWorkspace links are private to you only and cannot be accessed by other students. To share your Workspace, you will need to take a snapshot of it by clicking on the camera icon in the top-right corner of your Workspace. This should provide you with a URL that you can copy and share with others.
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHey Darius,
It's just a typo for the filename you have inside of the the <img> tags. You are using number
when it should be numbers
(with an s). Just fix that up and it's all good to go! :)
Darius Dennis
1,433 PointsThank You wow something that small dang quite embarrassed thank you so much
Jason Anders
Treehouse Moderator 145,860 PointsJason Anders
Treehouse Moderator 145,860 PointsHey Darius,
You will need to include your code in order for us to best assist you. Please refer to the Markdown Cheatsheet for the proper way to post code to the community.
But if I had to guess, the image paths may be incorrectly written.