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 trialJose Amaro
7,951 PointsI did exactly what the video says but nothing changed.
I did exactly what the video says but nothing changed for both the image and taking me back to the previous page.
2 Answers
Steven Parker
231,198 PointsMake sure that you save the changes you've made in your editor, and then refresh your browser to fetch the new version.
Jose Amaro
7,951 Points<li><a href="../../index.html">Home</a></li>
<li><a href="../../index.html#about">About</a></li>
<li><a href="../../index.html#articles">Articles</a></li>
<li><a href="../../index.html#contact">Contact</a></li>
Jose Amaro
7,951 PointsJose Amaro
7,951 PointsIt did not work
Steven Parker
231,198 PointsSteven Parker
231,198 PointsFor a specific analysis, we'd need to see your actual code, and since this exercise is on your own machine, you'll need to tell us what tools you are using and what steps you are taking. You may want to take a look at this video about Posting a Question.
Jose Amaro
7,951 PointsJose Amaro
7,951 Points<img src="../../img/vr-space.jpg" alt="User trying a VT headset">
Jose Amaro
7,951 PointsJose Amaro
7,951 PointsI am adding ../../index.html to the list item to take me back to a specific section of the previous page. Also I am adding ../../ to the image so that it can pop up on the browser but nothing changes. The browser that I am using is google chrome by the way.