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 trialEliot Murton
7,315 PointsCan 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
6,561 PointsWhere 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>