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 trialEdward Venaglia
3,601 PointsImage not on the preview
I followed the instruction in the video, but decided to use my own images. Instead of the image I'm getting a broken image icon on the preview page. I directed the html correctly to my image and disabled ad block. What am I missing?
3 Answers
Joseph Pietras
2,437 PointsTry using absolute paths for the src. Right now you are using relative links and the system might not know what directory you are referring to when you write "src="img/CIMG1101.JPG". Try it with src="http://examplesite.com/img/CIMG1101.JPG" and see if that helps. Cheers!
Paul Mather
3,313 PointsCan you show us the code you have? Use three backticks (```) to ensure it's readable when you add it to this forum.
Edward Venaglia
3,601 Pointsunsure of how to use the backticks correctly, sorry. where do i place them?
Edward Venaglia
3,601 PointsEdward Venaglia
3,601 Points```<!DOCTYPE html>