Results 1 to 3 of 3

Thread: Image Thumbnail viewer

  1. #1
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail viewer

    Image Thumbnail viewer
    http://www.dynamicdrive.com/dynamici...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?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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).
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •