Jump to content

Html ? Fromvideo


jag20191

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...