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 trialAshley Tee
10,198 PointsI can't get the photo I want to show up on my resume!
I think I typed the code correctly. I tried other pictures, and they worked, so only the one I wanted wouldn't show up.
<img src="images/tongueshiba.png" alt="Shiba, Web Developer" class="tongue-shiba">
(Edit) I fixed it! The problem was that I had named the picture incorrectly in Finder and so Workspaces didn't know what I wanted.
2 Answers
Michael Hulet
47,913 PointsThe blue question mark means that your code is referencing a resource that isn't there. It's hard to know the exact problem without knowing more about your file structure, but make sure that there's another folder called images
in the same folder as your HTML file, and in that images
folder, there's an image named tongueshiba.png
Michael Hulet
47,913 PointsTo re-answer the new question, you generally shouldn't delete a question. While there should be a "delete question" near the "edit question" button, it's generally better to leave all your questions intact so others who're having similar problems can find it later and learn from it.
Ashley Tee
10,198 PointsAshley Tee
10,198 PointsThank you, but I figured it out!