My Css Files wont't render

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
greevesh
500 Command not understood
Posts: 1
Joined: 2018-11-12 19:19
First name: Harrison
Last name: Greeves

My Css Files wont't render

#1 Post by greevesh » 2018-11-12 19:33

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

flagpole
425 Can't open data connection
Posts: 46
Joined: 2013-07-30 14:45
First name: nigel
Last name: coldwell

Re: My Css Files wont't render

#2 Post by flagpole » 2018-11-14 20:06

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

User avatar
boco
Contributor
Posts: 26912
Joined: 2006-05-01 03:28
Location: Germany

Re: My Css Files wont't render

#3 Post by boco » 2018-11-15 00:37

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).
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply