You'll have to give me more credit than that!
I do this for a living, and this is the first time it ever happened to me.
Of course the structure on my PC and the structure on the web are identical.
All the HTM, CSS, JS files are in the base directory. The images are all in a "gallery" subdirectory and the text in all image-references is
Code:
<a href="javascript:PopUp('gallery/image-large.jpg')">
<img src="gallery/imagename.jpg" border="0" width="100" height="70"
alt="View Close Up"></a><br>
This is a quirk from TS's VBscript, but the above javascript is ONE word in my webpage!
The history of the images is as follows:
all images came as .EPS (Encapsulated PostScript), were converted into .BMP using Ulead Photoimpact.
Then the .BMP were turned into .JPG using Irfanview. All images retained their maximum resolutions and colordepth.
Then I used "A Smaller Image" V3.1 to reduce the images to website format as indicated in my first post.
Out of the 36 images I converted this way, only 4 small ones (the <img src="...) do not work. All others are OK.
I have tried it with simple names, hyphenated names, all capital letters, all small letters, tried them in another web-page as substitute for already working ones, but none of them show up.
Again, any suggestions please?