Images are being blocked

I am trying to transfer a file I created for a web page. When I click on the index.html file in my local directory, the file displays in the Preview window and shows x's where the images are placed. It also displays a message which reads:

Some pictures have been blocked to prevent the sender from identifying your computer. Open this item to view the pictures.

When I used the trial version of Smart FTP, I did not have this problem. How can I correct this?

Thanks

Hello ..

The HTML control prevents the images from being displayed due to security restrictions. I do not think that has ever been different. To view the images open the html file in your Internet Browser.

Regards,
Mat

Hello ..

The HTML control prevents the images from being displayed due to security restrictions. I do not think that has ever been different. To view the images open the html file in your Internet Browser.

Regards,
Mat


Thanks for the quick reply. I understand your response, but if I transfer the index.html file anyway and then attempt to view my homepage with my browser, the result is the same. I will have a homepage with no images. Just empty frames with red x's even though the images were also transferred individually to my /public_html folder.

Ah this is because one of the following:
- Images are not linked correctly. Check the <img src=""> tags in your html file.
Make sure the path to the images in the src value is correct
- Check for upper/lower case of your images
- Did you upload the pictures into the correct folder on the server?

Regards,
Mat

Ah this is because one of the following:
- Images are not linked correctly. Check the <img src=""> tags in your html file.
Make sure the path to the images in the src value is correct
- Check for upper/lower case of your images
- Did you upload the pictures into the correct folder on the server?

Regards,
Mat

I will attempt that.

Thanks
HJH