Here's the problem though. I'm not familiar with .php. Now, I don't know if the PHP file is the problem or not, but I'm not sure what the issue is and thought I'd ask here to see if anyone who is perhaps more familiar with such things to perhaps tell me what's going on.
Now I am familiar with html, which the original creators of the site said was all the knowledge that was needed to fix this, before politely brushing everyone off with an "We're busy right now."
I've looked over the code, but I can't figure out what's wrong. I'm hoping I'm missing something obscenely small and stupid and I just need a fresh set of eyes to help me. Google has failed me, so I have come here.
Here's what's happening. The people I work for have a fundraising run every year that's spread over several days. The part of the website I'm working on has a map that links to six different .php page that describe what happens on each day of the run. But when I click on those links, the pages aren't showing up.

http://keytrainingcenter.org/info/day_1.php
It looks like a simple linking error. But after looking at the the original pages, I'm not sure what's going on. Perhaps someone can help me.
This is the code for the map in question, as seen here.

As you can see, every little dot is linked to a page from 'day_1' - 'day_6'. I figure the pages have perhaps been moved somehow, but when I check out the organization of the files I see this:

So the files are there, and seemingly in the right place. They haven't been edited since 2010 and have only recently stopped showing up. So what's wrong? Have I missed something stupidly simple? Should I just replace "href="day_x.php"" with the full URL?
Any suggestions would me most appreciated.



VVV

