Why is there a red X where my image should be?

There are 2 main reasons this could be happening.

1. The image is not in the folder.

Have you uploaded the image onto our server? Make sure the image file has been uploaded into the appropriate folder within the public_html folder. When uploading images, make sure to do it in binary mode instead of ASCII mode.

Make sure the file is in the correct folder.

2. The path to the image is incorrect.

Right click on the image and click Properties. This will display the link to the image. If the path is correct, the image does not exist. If the path is incorrect, just change the linking.

Make sure there are no spaces or capitals in the file name. For example,

"My Image.jpg"

should be renamed to

"myimage.jpg".

Then make sure the the path to the image reflects this change.
  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How do I Make a Strong Password?

The following article will give guidelines on how to make a stronger, more secure password....

How to do a Traceroute

Traceroute is a command which can show the path of a packet of information taken from your...

Getting Server 500 Errors on your PHP Scripts

When a PHP script requires write-access to a file or directory (like Nucleus does for the...

How do I add a Favorites icon to my site?

Step 1 - Creating the Image     Using your favorite graphics software, create...

How do I list files in directory?

Sometimes, for one reason or another, you will have no index file in your directory and will...