Page 1 of 1

FileZilla doesn't recognize the background colors of CSS

Posted: 2019-03-28 01:35
by rosse
Hello!

I'm making a web page using html, CSS and bootstrap. Everything was just fine and all the background colors appear when I go to web page through the file in my computer but when I uploaded the files to filezilla the only background color that appears is the header. Does anyone know why?

Re: FileZilla doesn't recognize the background colors of CSS

Posted: 2019-03-28 04:40
by boco
You cannot upload anything to FileZilla, as FileZilla is merely a tool you are using. We do not run any of the services you can connect to using FileZilla.

Please check your file names and paths. If web pages work locally but not on the server, it's usually wrong linking* or ignorance of file case**.


* Use relative links whenever possible. Important: If you find e. g. Windows paths and drive letters, you are doing it wrong!
**Online web servers have case sensitive filenames and paths. Always use all-lowercase to avoid any problems!