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 trialAnita Deszczynska
1,099 PointsWhen I click home in article it does not bring me back to index.html
I followed everything and used the same code as in video, but when i click the home it does not bring me to the index.html <ul> <li><a href="../index.html"> Home</a></li> <li><a href="#">About</a></li> <li><a href="#" >Articles</a></li> <li><a href="#">Contact</a></li>
2 Answers
Steven Parker
231,198 PointsIn the video, the URL for "home" is "../../index.html
", but here it is "../index.html
". This might work, but only if your file structure was different from the video example.
If that's not it, make a snapshot of your workspace and post the link to it here to allow a more accurate analysis.
Fran ADP
6,304 Pointscheck your code and links to see if you haven't done something incorrectly or review the video.
have a good day.