Forum Moderators: open

Message Too Old, No Replies

Some images not loading on my site!

         

Kausion_420

1:38 pm on Apr 17, 2004 (gmt 0)

10+ Year Member



After making updates to my website, some images on some of the pages aren't loading (blank box with the red X). Anyone know how to fix this?
Thanks.

RammsteinNicCage

2:11 pm on Apr 17, 2004 (gmt 0)

10+ Year Member



Make sure that the path to the image is correct and that the images have been uploaded.

Jennifer

Kausion_420

2:19 pm on Apr 17, 2004 (gmt 0)

10+ Year Member



I uploaded the updated page, can you give me an example of what path i could use. I have a path now but its not loading the images.

Stefan

2:54 pm on Apr 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WW, Kausion.

In the htm code of the page with the missing pics, you should see something like this: <img src="missing_picture.jpg" width="100" height="100" border="1" etc>

The code for your missing pics should use for "src" something like this:
<img src="http://www.example.com/dir/example_1.jpg"> where "example_1.jpg" is the missing picture. Also <img src="example_1.jpg"> will work if the image file and htm are both in the same folder, or src="/dir/example_1.jpg" if not.

Make sure that you've also uploaded the associated jpg/gif/whatever files to the right directory.