Unable to effect a file transfer please help

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
Zach
500 Command not understood
Posts: 1
Joined: 2022-01-24 22:07
First name: Patrick
Last name: de Ridder

Unable to effect a file transfer please help

#1 Post by Zach » 2022-01-25 00:45

I have code for a temporary webpage written in html, and an imgage to be displayed in the weppage. I am able to connect to the server for ftp, but where do I sent de code for the webpage and the image, which the webpage needs? Please help.

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

Re: Unable to effect a file transfer please help

#2 Post by boco » 2022-01-25 16:15

Usually, for the simplest HTML webpage, you just place the code into a file named index.html and put the file into the web root on the server. For an additional image to be displayed, you need to put the image besides the index.html, and point to it from within the HTML body code.

Example:

Code: Select all

<img style="float:left;" alt="alternating text" src="image.png">
### 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