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

Course: Web Design/ creating HTML content add Image gallery content.

I can see the picture icon but I can't see the actual picture when I refresh. I even started over with another work space and switched from Google to Google chrome. Help!!!

<section> <ul> <li> <a href="img/numbers-01.jpg"</a> <img src="img/numbers-01.jpg" alt=" "> <p>Experimentation with color and texture.<p> </a> </li> </ul> </section>

Thanks Jessi, Here some of the code <section> <ul> <li> <a href="img/numbers-01.jpg"</a> <img src="img/numbers-01.jpg" alt=" "> <p>Experimentation with color and texture.<p> </a> </li> </ul> </section>

1 Answer

You should post some of your code. Maybe you have broken link? We would need to see your code to help.