I'm about to give up. What started out as an "easy" way to organize a website has gone to crap because
a) It really isn't easy OR
b) I'm just frustrated so I can't do anything
So essentially I've created an index.php and a style.css file. Within the stype.css file I've defined the regions of the page: a menu/header/footer/body. Now, my goal behind all of this was to have an index.php which includes these specific regions.
Now, the links in the menu do not work in the way I want them to. When the user clicks a link, the correct .html page should load in the "body" part of the index.php page.
Please tell me this is logically correct. Then maybe you can tell me what I need to do to accomplish this.
If not, I think I will rip my hair out and cease learning to develop webpages.
P.S. If you think I haven't looked for tutorials, you are wrong. Not one of them is written by anyone who can articulate. I will remedy this once I have an understanding of templates!