Why do I get a red (x) where my images are supposed to appear?

Check to make sure the names of your files match the path in your HTML code. If your files are all capital letters and your HTML code calls them with lowercase letters they will not find the image which will cause the page to show a broken image link (red x). You should also compare the location of the image with the location of the file on our servers to assure the path is identical. If the paths are not identical, the image will appear as a broken image. Do make sure that the image file was definitely uploaded to the correct directory and destination, and was uploaded in Binary format not ASCII.

  • 87 Users Found This Useful
Was this answer helpful?

Related Articles

When I try and view my website I get an HTTP Error 403 - Forbidden message.

A '403 Forbidden' message means that the browser has requested a page that it is not permitted to...

My CGI/ASP/PHP script is giving an error when trying to write to a file.

This applies to Linux hosting accounts only.This is almost certainly down to incorrect...

A custom filetype isn't being recognised, how can I make sure it is?

You can force this through using a '.htaccess' file. Remember that the directives inside an...

My CGI/Perl scripts are failing with error 500 (Internal Server Error)

These errors are nearly always related to a coding error within the script, or bad variables...

I can't see the images on my website. Why?

There are several possible reasons why your images are not showing up on your pages as...