I'll assume that you understand that you are linking to files on your computer -- this won't work if you try to put your webpage online, but it will work if you open the files locally.
I'm also assuming that all the files you're trying to link to are actually present in your downloads folder.
My assumption is that there is a typo somewhere in the filepath. It could be a case-sensitivity issue, or a file extension issue, or something else. The easiest way to eliminate this possibility is to open the file you want to link to in your browser. You might be able to just double-click on it, but if that doesn't work, you can open your browser and use file > open (or ctrl+O / cmd+o). Once the file is open, select everything in the URL bar and copy/paste it directly into your HTML. Do this for all the pages you're linking to, and if the links still don't work, something else is wrong and we'll need more details.
Post a Comment for "Why Are Some Of My HTML Internal Links Working And Others Not?"