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

justin thomas
justin thomas
133 Points

I am trying to add an image to my website i am doing every thing the tutorial said and the image won't come up on my web

I did every thing the tutorial said and added the image but then when i go to my webpage and refresh it the image still doesn't come up

Scot Taylor
Scot Taylor
4,708 Points

In order for someone to help you, you should provide an example of your code? Without seeing any code it could be a pathing issue, how you are referencing the image or it could be another error in you code?

2 Answers

try to download the project files and use the file path <src="img/------.jpg"> in your code : )

Hi Justin. Could you please post the html here and maybe a screenshot of your project file setup- like are your images stored in a folder called images or img and is this folder located in the root directory of your project?