FTP successful but files will not accept images

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
efmoody
500 Command not understood
Posts: 2
Joined: 2017-06-03 23:25

FTP successful but files will not accept images

#1 Post by efmoody » 2017-07-30 22:54

Used FileZilla for long time. Easy no problems including updates. About 1.5 to 2 months ago with new FileZilla and perhaps the new window updates, Filezilla showed problem with Appdata\FileZilla et al. Did not fix at that time but found workaround. But a major problem arose. While ftp was ok, my homepage link to my daily commentary allowed all the text, but the 'coding' no longer allowed the images to render. The links were no longer linked. Go to efmoody.com/gripes.html scroll down and it is obvious. Finally fixed Appdata etc today and thought everything might OK.
Nope
I have no idea what to do- I don't even know what is wrong. Everything shows fine in my windows web product (Bluegriffin) Edge, Firefox etc.
Really need help
Errold Moody

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: FTP successful but files will not accept images

#2 Post by audiopro » 2017-07-31 19:08

Try formatting your web page as a HTML document instead of a Word document.
Morecambe - Where the sun goes at night

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

Re: FTP successful but files will not accept images

#3 Post by boco » 2017-07-31 20:47

Code: Select all

<img style="width: 953px; height: 562px;" alt="" src="file:///C:/Users/user/Documents/Documents/WPDocs/Web/images/taxes%20oced%202014.png">
Lines like those will not work. The website still tries to get the images from your local hard disk.

The site must be published so the links are corrected and will be loaded from online server resources (like an ./image subdirectory, for example).
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