Filezilla css uploading

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
Weqsu
500 Command not understood
Posts: 2
Joined: 2022-05-25 07:13
First name: Ville
Last name: Soramaki

Filezilla css uploading

#1 Post by Weqsu » 2022-05-25 07:17

Hey!

Im trying to transfer CSS fonts and backgrounds to Filezilla, but it wont accept the css url's

Examples:

CSS:
/* Custom font sources */
@font-face { font-family: MontserratBold; src: url('/fonts/Montserrat-Bold.ttf'); }
.MontserratBold { font-family: MontserratBold; font-size: auto; }
@font-face { font-family: MontserratRegular; src: url('/fonts/Montserrat-Regular.ttf'); }
.MontserratRegular { font-family: Montserrat-Regular; font-size: auto;}

HTML:
<li class="nav-item"><a class="nav-link MontserratBold" href="companystory.html">COMPANY'S<br>STORY</a></li>
And this works in live preview.


and also:

CSS:
/*Landingpage's body image*/
#LandingPageBody{
background-image: url("/images/Page_1.jpg");
background-position: initial center;
background-repeat: no-repeat;
background-size: cover;
}

HTML:
<div class="container-fluid" id="LandingPageBody">
This works aswell in live preview.



When Im using vs code live preview it all works, fonts and backgrounds, but when I upload to Filezilla none of these show.

Everything else works perfect

-Ville
Last edited by Weqsu on 2022-05-25 08:59, edited 1 time in total.

User avatar
botg
Site Admin
Posts: 35491
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Filezilla css uploading

#2 Post by botg » 2022-05-25 08:31

You don't upload "to FileZilla". FileZilla is merely the tool you are using to transfer files.

Weqsu
500 Command not understood
Posts: 2
Joined: 2022-05-25 07:13
First name: Ville
Last name: Soramaki

Re: Filezilla css uploading

#3 Post by Weqsu » 2022-05-25 09:00

botg wrote:
2022-05-25 08:31
You don't upload "to FileZilla". FileZilla is merely the tool you are using to transfer files.
English is not my main language so the word wasnt rigth but u get the idea what im trying to say?

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

Re: Filezilla css uploading

#4 Post by boco » 2022-05-25 19:29

We do get it. However, as FileZilla is merely the tool you use for transferring the files to the hosting server, any problem that occurs after the successful transfer is complete is outside the scope of these forums. In short: We only provide support for transferring the files (that was completed successfully). We don't deal with any file contents or code (FileZilla ignores contents).

For getting your HTML and CSS code to work on the hoster's server, you need to ask your hoster (or an HTML community). We can't help with that, as we don't provide webspace or hosting of any kind.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

Post Reply