I was wondering if it's possible to access files from the root folder of a website whilst in a different folder. For example, in my current website which I'm building, I want to have a 'blog' folder with sub-folders. However, I want to be able to include the 'main.css' file and the 'imgs' folder which are in the website root. Is this possible?
And, if so, can I then add more sub-folders so that the website looks like this:
root / blog / May
/ June
/ July
etc...
Sorry if I explained it badly!