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

Broken Image Link

Hello! I've been doing great so far with the track lessons. I've gotten to this lesson, and followed the instructions, but my image keeps coming up as a broken (image) link when I preview the page. I want to move forward, but I feel maybe I may have missed a step somewhere that I'm just not seeing. Any help with this would be awesome!

Thanks!

2 Answers

Travis Thompson
Travis Thompson
12,976 Points

Hello Harry! From what I recall I know that all the images from this project are kept in a folder titled "img" make sure your code reflect this.

<img src="img/image1.jpg"> 

If you have the correct path, then I've read that workspaces can be a little buggy in non-Chrome browsers. Maybe try switching to chrome and see if you still have the issue.

Thanks Travis! All the code is right on point, and I am actually already using Chrome. The workspace did become a tad buggy about an hour ago though. I'm actually wondering if I just need to close the browser out and start the section all over again. Appreciate the response bro!

Just closed the browser out and started over. Everything is good now! Thanks again Travis.

Travis Thompson
Travis Thompson
12,976 Points

Awesome! Glad it worked! Happy building Harry!