Jump to content

Recommended Posts

Posted

Hi,

 

I am running through some basic html training videos. The simple links below are not working, only the link for index.html(Home) works. Here is the HTML:

 

<ul>

<li><a href="productList.html">Home</a></li>

<li><a href="productList.html">Products</a></li>

</ul>

 

The pages exist but when I click on the link from the url it redirects to this:

 

file:///C:/_Files/Web%20Training/webtest/productList.html

 

has Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found

 

Its the same path as home, but is not working for subpages

Posted

Both those links you pasted the HTML for go to the same page: productList.html - do you have a page that is called that in the same folder as the page that the link is on? And make sure it's EXACTLY the same - file names are case sensitive.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...