0Catch.com

WHY IT'S FREE   ADVERTISE   TECH SUPPORT   BECOME A PARTNER

Tech Support Database


Answer:
=============================

Question:

My images are not showing up!

Answer:

The following applies to links as well


First check your links and file names for case sensitivity problems.
Image.jpg and image.jpg are not the same filenames. This is the case with
directories/folders as well. The casing of the entire pathway
https://www.yoursite.com/directory/image.jpg must match the directory and
filenames in the file manager.

If you have your images in the "/" directory your img src would look like this:
< img src="https://www.yoururl.com/imagename.jpg" >

If you have your images in the "images" directory it would be this:
< img src="https://www.yoururl.com/images/imagename.jpg" >

if you have your images in the "images2" directory that is inside the
"images" directory, then it would look like this:
< img src="https://www.yoururl.com/images/images2/imagename.jpg" >



WHY IT'S FREE   TECH SUPPORT

© Copyright. . 0Catch. All Rights Reserved. Terms | Site Map