PDA

View Full Version : Image Tag



kaiweiler
11-25-2003, 02:53 AM
Hello, i have a web site hosted on www.tripod.com and it has a number of images on it.
however only one image on the entire site shows up! this is the tag for that image:
images/GT6small.bmp
yet the other images just dont show up! they are all in the same directory in my file manager on tripod, so they should all show up if the tags are correct right? here is a tag of one that doesnt show up:
images/GT4.bmp
Very similar, yet one chooses to show up, and one doesn't, what could be the problem here??
and yes i did try uploading them again <_<

UKMan
11-25-2003, 03:03 AM
Originally posted by kaiweiler@25 November 2003 - 03:53
Hello, i have a web site hosted on www.tripod.com and it has a number of images on it.
however only one image on the entire site shows up&#33; this is the tag for that image:
images/GT6small.bmp
yet the other images just dont show up&#33; they are all in the same directory in my file manager on tripod, so they should all show up if the tags are correct right? here is a tag of one that doesnt show up:
images/GT4.bmp
Very similar, yet one chooses to show up, and one doesn&#39;t, what could be the problem here??
and yes i did try uploading them again <_<
double check the file names in the HTML code. caps etc make a difference. also, try to delete the code for size and see if that helps.

the code for "size" is just a helper for browsers to reserve location place etc.

Peace
UKMan

kaiweiler
11-25-2003, 03:14 AM
Thanks for the tips, but if the size code worked for the first pic, shouldnt it work for the other if typed identically?
ill try it anyway though, thanks :)
PS all pics are .bmp (not sure if that makes any difference)

UKMan
11-25-2003, 03:24 AM
Well, i have to admit that from your post and looking at the code, i can see no logical reason why they all shouldnt work.

The only thing possible is IF the file names dont correspond with the HTML code. Do the files show up locally ?? create a local HTML page with the images and see if that works. I guess you&#39;ve allready done that :unsure:

Peace
UKMan

kaiweiler
11-25-2003, 03:27 AM
yes all the pics come up when i view the page, but only when i view the page. if someone else goes to it, on their computer...nothing
the original site comes up, but with no pics, its very strange
in my tripod file manager should i have created a folder called images and put all my pics in there? because thats what i did, and then in the code put ex. "images&#092;*.bmp", would it work if i just left the pics in the original folder and just put "*.bmp"
just a thought...