Page 1 of 1

My Css Files wont't render

Posted: 2018-11-12 19:33
by greevesh
I've dragged all of my website files to the remote site section from the local site section and the HTML files render when I enter my domain into the URL however the styling doesn't show as it seems the CSS files aren't doing anything. Everything works fine on the local end. Is this a common problem and does anyone have any possible solutions?

Thanks

Re: My Css Files wont't render

Posted: 2018-11-14 20:06
by flagpole
Usually when things render locally but not remotely it's because something is looking to your drive.

As in for example you've referenced your style sheet as being on your C: drive, so your html is telling the browser to look at your local drive

What's the site. I'll have a frank

Re: My Css Files wont't render

Posted: 2018-11-15 00:37
by boco
Other possibility: Case sensitive web server (that's most of them). Contrary to Windows, case matters on web servers, so the server might not find the CSS because it cannot find its path or name (e. g. foobar.css is not the same file as Foobar css or FoObAr.CsS).