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 HTML Basics Images, Text and Links Captioning Images

Chelsee Christie
Chelsee Christie
1,569 Points

exercise from beginning of video, <img src="../../img/vr-user.jpg" alt="User trying VR headset">, not working

When i refresh it still says page not found...help.

Steven Parker
Steven Parker
229,771 Points

You need to provide more information (like a snapshot of your workspace). Take a look at this video about Posting a Question.

Chelsee Christie
Chelsee Christie
1,569 Points

Thank you I'll definitely provide a snapshot in the future. I did manage to figure it out, it was indeed a typo.

Caleb Kemp
Caleb Kemp
12,754 Points

Good to hear, I'm glad you were able to get it working

1 Answer

Caleb Kemp
Caleb Kemp
12,754 Points

I kind of have to agree with Steven Parker, there really isn't enough information here to solve the problem. However, here are a few things to consider.

  1. The exercise depends on you having successfully completed all the other exercises before it. If you did not, it will not have the correct folder structure and will fail to find it.

  2. A wrong image source does not create a "page not found" error, it will display a picture with no content (depending on the browser, it will usually display as a big x). You are most likely getting a "page not found" error because the source for the link to "article.html" in the file "index.html" probably has a typo in it. You will not be able to tell if your image source is correct until that gets fixed first.

Hope that helps