when I link to a CSS stylesheet a few folders up I use the format (../../css/main.css) for example. As the current build is for prototyping and not always online, I can't link to a css online to keep all links the same.
Is there a way for the import url link to work from the top down like (./css/main.css)? Is there a magic term that makes it work down from the siteroot rather than up from the active html page?
Cheers.
Is there a way for the import url link to work from the top down like (./css/main.css)? Is there a magic term that makes it work down from the siteroot rather than up from the active html page?
Cheers.