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 Going Further with HTML Working on a Website Project Locally

I 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
Steven Parker
229,786 Points

Make sure that you save the changes you've made in your editor, and then refresh your browser to fetch the new version.

It did not work

Steven Parker
Steven Parker
229,786 Points

For 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.

<img src="../../img/vr-space.jpg" alt="User trying a VT headset">

I 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.

<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>