im building a pretty large website that will have many pages and folders. I have 1 stylesheet.
How do I add the style sheet to \"ALL\" of these folders? I didnt have
You need to refer to it with root-relative or absolute path instead of relative:
instead of "style.css" refer to it as "/this/is/my/path/to/my/files/style.css". If your file is in the root directory would be "/style.css"
If you'd like to have an absolute path: