What is the URL in the browser’s address bar when you open index.html?
I suspect you are opening index.html directly in the browser, by double-clicking on the filename, using a filesystem path, not a URL, and the leading \ in the link then refers to the root of the current disk, not the document/domain root folder.
You need to make a http request to index.html via the web server that serves files for the public_html document/domain root folder, something like http://localhost/index.html
Thank you for you comments. You are probably correct in all that you noted.
My limited knowledge concerning link paths has served me well over the years but this time I believe I was just not thinking clearly and that led me astray. (I’m a part-time coder so I get rusty over time) I now have everthing linking correctly. I think any way.
And, finally, selecting either of those images will link you to that particular project. This webpage and the projects webpages are not functional yet.
Lastly, I never get notified when someone leaves a comment on any thread I start. Several SP Admin’s have looked into this in the past and could not figure it out. So I have to check back every once a while to check for new comments. This is what I did this evening.
It looks like some missing closing quotes.There is some in-line styling before the target which isn’t closed.
Then there is no closing quote after the _bllank(sic).
Good catch. You are both correct. I saw the _bllank during this post and fixed. I have since removed all the inline styling and replaced it with styling in my index.css file.
Thanks for pointing out all of my markup errors. Lesson learned.