PDA

View Full Version : Problem with pictures.



nick106b
10-05-2006, 12:12 PM
I've up-loaded pictures to my public html folder, but they don't show on the pages...Why?
I moved them all (a pain) to the sub-folder 'images' in the public html folder, and they still didn't show. So what am I doing wrong?
Anyone? Heeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelp....

Nick.

areidmtm
10-05-2006, 12:14 PM
make sure you use the absolute path (/images/image.jpg)

Also, post some code or tell us the link to your page so we can take a better look at what you're doing

spatacca
10-05-2006, 01:39 PM
areidmtm is correct, make sure that you use an absolute path. In addition, the file name is case sensitive. Therefore /images/image.jpg is not the same as /images/Image.jpg