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

My code and file hierarchy look right, but images don't post on the test site and there are weird error codes.

Please view this screenshot. I made sure that my file hierarchy was correct. Is there something I'm missing?

http://screencast.com/t/7DFFxdGnOY

3 Answers

You never closed your <a> tag with </a>, but that would just link everything else; it wouldn't stop your images from showing. What do the weird error codes say?

Julian Gutierrez
Julian Gutierrez
19,201 Points

Looks like you closed your li tag before closing your anchor tag.

The weird error was caused by not closing my anchor tag. The interesting thing is that the images don't show in the preview anyways. They show just fine when I put the code in notepad and copy over the file hierarchy to my desktop.