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 trialjustin thomas
133 PointsI 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
2 Answers
Matthew Garza
26,312 Pointstry to download the project files and use the file path <src="img/------.jpg"> in your code : )
Margeaux Spring
34,865 PointsHi 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?
Scot Taylor
4,708 PointsScot Taylor
4,708 PointsIn 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?