Here's the problem I'm facing: I recently encountered some organizational issues with my website, so I decided to reorganize my files for better classification.
The current folder structure looks like this:
- www
- resources
- images
- ...
- css
- design.css
- images
- mypage1
- index.html
- mypage2
- index.html
- index.html
- resources
I am struggling to link the CSS file to the pages stored in a folder such as "mypage1." Starting from my C: drive would lead to path errors once the site is online. I also attempted the solution of creating shortcuts to the CSS file in each folder, but I believe there must be a more efficient way to proceed. If anyone has any suggestions or guidance, it would be greatly appreciated!
Thank you in advance!