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 Build the Footer

Janelle de Ment
Janelle de Ment
4,501 Points

I can't seem to preview the images I've linked when I refresh my workspaces page. Is there a bug?

I know this is unrelated to "footer" but I still can't get images to show when I refresh my workspaces. I just can't seem to link them probably so that they show when I refresh the page says "not found". This is how I did it (nested in section element) <ul> <li> <img src="img/numbers-01.jpg" alt=""> </li> </ul> Is it workspaces or my code? Just can't get the images to show up properly.

Ryan S
Ryan S
27,276 Points

Hi Janelle,

Would you be able to post all of your code? It'll be easier to troubleshoot if we can see it in context.

1 Answer

Keep in mind that there is a folder called img and you need to include your images in that folder. The code you posted looks fine. If your getting not found then the image is missing from the img folder.