Log in

View Full Version : Image Thumbnail viewer



bellcurve99
03-12-2006, 05:12 AM
Image Thumbnail viewer
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

Hello,

Im having trouble with this script - its not displaying properly on my webspace on the following pages:

http://server3.eukhost.com/~abelloda/web.htm
http://server3.eukhost.com/~abelloda/projects.htm

Any clues? :)

jscheuer1
03-12-2006, 05:35 AM
Upper and lower case matter on the web though often are unimportant on a local machine. For example, there is no:

http://server3.eukhost.com/~abelloda/gzing.jpg

file on the server but, there is a:

http://server3.eukhost.com/~abelloda/gzing.JPG

Since you have it in your code as .jpg, it cannot be displayed, either change the name of the file(s) to all lower case letters (best) or put the upper case .JPG in the code (acceptable).

bellcurve99
03-12-2006, 06:00 AM
Thank you! :D