I just finished working on my IA (Information Architecture) of my website. According to my IA I made my root folder and my folders and files in my root. This is how it is mapped out. I have my root folder called "root" and in my my root folder I have a "index.php" and a "style.css" files. I have three other directors from "docs" "images" and "nav" in my root folder. Inside nav I have the files that will code all the links on my navigation bar.
Root
/ | | | \
docs images nav index.php style.css
|
About Reports Documents Checklists LicenseTools Presentations SWRelease
I am planning on creating my template on the index page and use that same template throughout every one of these pages I create. Since I will add my line into lets say the About page. The style.css file and the About.php file are not in the same folder so how do I link it so that they are? Or does my code automatically try to find it no matter where it is in the root folder?