It all depends on the current directory of those CSP pages. I'd use in your case relative to root paths (because they always work disregard of the current directory of the page in browser):
/css/style.css Best Regards, Timur "Ryan Muller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] : I have a link to a stylesheet in my csp file. If I have a direct link such : as http://www.domain.com/style.css .. it works fine, but if i try to run it : on the local machine as like "css/style.css", it won't load. If I reference : an image like this it loads fine, also, when I go to : http://localhost/css/style.css it will load fine .. any ideas? : : Thank you, : : Ryan Muller : :
