jag20191 Posted December 30, 2012 Report Posted December 30, 2012 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 Quote
Andrea Posted December 30, 2012 Report Posted December 30, 2012 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. Quote
Recommended Posts
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.