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 Understanding File Paths

Hello, i keep getting that the page is not found when i nested the article.html inside 2017 and articles folders.

i wrote:

<a href="articles/2017/article.html">Read more</a> but nothing. I even tried the double dot too <../articles/2017/article.html"> but still nothing. Any ideas? I already checked that everything is spelled correctly. Thanks!

3 Answers

you should give us a picture of the structure of your folders Workspace.

the first code is right so maybe the problem with the structure of folders

David Olson
David Olson
8,690 Points

Ive seen workspaces act up before... Try saving your code. Deleting the workspace session. Create a new workspace and paste your code back in (create that file too). Hopefully that will solve the issue.

Eren Perez
Eren Perez
1,108 Points

Kind of late for an answer but I realized that it didnt work either until I actually dragged article.html into the 2017 folder. I just assumed it would do it automatically.