 |
กก
Tech Support
Database
Answer:
=============================
Question: My IMAGES aren't
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 file names. This is the case with
directories/folders as well. The casing of the entire pathway
http://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="http://www.yoururl.com/imagename.jpg">
If you have your images in the "images" directory it
would be this:
<img src="http://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="http://www.yoururl.com/images/imagEs2/imagename.jpg">
|
 |