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 Add Image Gallery Content

Rebeka Szabo
Rebeka Szabo
831 Points

My website does not display the images, but open them if I click on the text under. What can be the problem?

I can't really figure out what went wrong, maybe it is a setting I didn't know was on. SO the images don't appear on my website, but if I click on the text all of the opens up in another window. Ideas?

Mike Schaming
Mike Schaming
13,925 Points

Hi Rebeka, if possible can you take a snapshot of your Workspace? Seeing your code will help. Thanks!

Rebeka Szabo
Rebeka Szabo
831 Points

Hi Mike! I would love to, but I have trouble figuring out how post images here :O

Can you see these? file:///C:/Users/re..beka/Desktop/workspace.1.PNG file:///C:/Users/re..beka/Desktop/workspace.2.PNG

Mike Schaming
Mike Schaming
13,925 Points

Hi Rebeka, here's a video that will show you how to post your Workspace. https://teamtreehouse.com/library/previews-and-snapshots

3 Answers

Mike Schaming
Mike Schaming
13,925 Points

Great! Looks like you are missing an important piece of syntax on your img tags

<li> <a href="img/IMG_2907.JPG"> <img src"img/IMG_2907.JPG" alt=""> <p>Personas </a> </li>

After your src, you'll need an =

Add that and let us know if it works! Good luck!

Rebeka Szabo
Rebeka Szabo
831 Points

Yes, that was my problem. Thank you again Mike! :)

Rebeka Szabo
Rebeka Szabo
831 Points

Thanks Mike! So this is the link to my snapshot: https://w.trhou.se/9tdn3cmzz5

You are also missing two closing p tags from your code from Personas and Mockup