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 Structure the Image Gallery

Eliot Murton
Eliot Murton
7,315 Points

Can only see icon indicating and image rather than image itself.

I am follow the tutorial for creating html contact and putting my work in the workspace. As instructed, I have coded in an image and when I refresh the page to see the webpage so far I can not see the image. Where the image should be there is a small blue box with a question mark in it. What does this mean and why can I not see the actual image?

1 Answer

Ojong Obasi
Ojong Obasi
6,561 Points

Where is your code? My best guess is ur the path to ur image is wrong. Check to make sure ur image source is correct. Example: <img src="img/mg.jpg" > is different from <img src="img/img/mg.jpg>