View Full Version : pics won't show...


Chained Angel
07-13-2003, 11:25 PM
I'm beginning to get frustrated. But I'm refusing to give up.

Anyway- I'm having troubles with getting the pics to show on my web page. I'm using the correct codes and have placed the pics in the same folder as my html files, but they won't show up. Any thoughts? Am I just destined to have a site covered with little red x's?

Amanda

Zap
07-13-2003, 11:52 PM
I'm not really sure if I can help, but I'd suggest typing in the pictures URL that you're using and making sure they're located where you think they are. Other than that I'm not sure :-(

BugGirl
07-14-2003, 12:36 AM
can you post a link to the page so we can see what's happening?

Cherchezlafemme
07-14-2003, 12:41 AM
Did you direct your images to the correct folders? like so:

<img src="http://www.domain.com/folder/image_1.gif">

If you didn't that's probably why you get red X's. The problem there is that you did upload the files but your IMG tag wasn't directed to them correctly :D

Another problem that might be happening:

Also, remember the file extentions to your images (such as .JPG, .GIF, etc...) you might have put the wrong extention on the image tag.

starlet
07-14-2003, 01:10 AM
Its also case sensitive Image.GIF is different to image.gif for example...but if it still doesnt work then the link would really help us :)