Hey everyone! I've run into a little problem that's driving me crazy, so I figured I'd reach out for some assistance. Here's the situation:
In my file structure, I have a root file that includes index.html, /css/, /pages/, and /images/.
Currently, I'm working on /pages/bulletin.html, and I've successfully linked an image using "../images/image.jpg."
However, despite my best efforts, I can't seem to link to my CSS from these other pages. It works perfectly fine on index.html, but when I try to use "../css/css.css" in any of the pages within /pages/, it just won't show up.
I really hope I explained that clearly - I'm honestly stumped as to what I'm doing wrong here!
Any thoughts or suggestions would be greatly appreciated!