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 Add Image Gallery Content

My image will not show

I have inserted the exact same coding as the video and the image will not show

4 Answers

Emily can you provide the markup in the forum?

Stone Preston
Stone Preston
42,016 Points

its probably a problem with the location of your image in your folder and the file path you used in your img src. can you post the code you used? and also the location of the image itself (for example, the image is in the img folder thats inside of the root of my project).

see below for how to post code in the forum using markdown

alt text

Maybe u did something wrong like " <--- sometimes this is the case in my case but try to put <img src="folder/image.png" > . This should work . Or try to re-watch the video, i did that when i get stuck and it helped me in some cases.