Page 1 of 1

images not displaying after ftp transfer

Posted: 2022-07-04 13:33
by marycn
Dear reader(s)

I am using Notepad++ to create website pages in html which I then transfer using Filezilla. This has been working perfectly until recently.

When I edit a page in Notepad++ and then view it in my browser (Chrome), it displays perfectly. I then use Filezilla to transfer the edited page and that appears to work. However, when I open the website in Google, none of the images displays. I don't imagine this is a problem with the html code - and believe me, I've checked and rechecked - but am at a loss to understand where the problem could otherwise be located. And yes, I (eventually) remembered to transfer the images file as well as the edited file, which I was sure would resolve the issue !

I'd be grateful for any help - at my age (not telling), time is of the essence !
Mary

Re: images not displaying after ftp transfer

Posted: 2022-07-04 13:37
by boco
One thing to check is the URLs/paths inside the HTML document, the ones you used to link to the images. They must match exactly with the true paths and image filenames on the server.
This is especially true for case. While Windows doesn't care for character case, web server do! So, Image.png is a different file than image.png, even if it's only the capital I.

Re: images not displaying after ftp transfer

Posted: 2022-07-04 13:54
by marycn
Thank you for your prompt reply. I have been very careful about reproducing filenames accurately, but no harm to check again.

Re: images not displaying after ftp transfer

Posted: 2022-07-05 13:17
by marycn
Just fyi, I have sorted the problem myself, by re-transferring the files one at a time...