Page 1 of 1

FTP successful but files will not accept images

Posted: 2017-07-30 22:54
by efmoody
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

Re: FTP successful but files will not accept images

Posted: 2017-07-31 19:08
by audiopro
Try formatting your web page as a HTML document instead of a Word document.

Re: FTP successful but files will not accept images

Posted: 2017-07-31 20:47
by boco

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).