I searched both in stackoverflow and online for an answer to my question but everything I seemed to find, did not work. I have two webpages both saved in the same folder on my local hard drive. I am trying to link the first webpage to the second webpage. I created the following link attempting to do this,
Using Google Chrome, I get the following error message when I click on the link in my first webpage (attempting to link to the second webpage);
This webpage is not found
ERR_FILE_NOT_FOUND
I have tried changing my protocol from file:/// to ftp:/// to http:///. In each case, I get the same message. Can anyone help me in determining what I am doing wrong?
Thank you in advance!