Results 1 to 4 of 4

Thread: Thumbnail Viewer Problem

  1. #1
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Thumbnail Viewer Problem

    1) Script Title: Thumbnail viewer

    2) Script URL (on DD):http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem: I have got the linked image to view in viewer, but my thumbnail image will not show on the page, what am I doing wrong please?

  2. #2
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

  3. #3
    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

    Sloppy coding. From your source code:

    Code:
    <img  scr="images/FalconPipesandBowls.jpg" width="50" height="50" border="0 />
    Should be:

    Code:
    <img src="images/FalconPipesandBowls.jpg" width="50" height="50" border="0">
    - John
    ________________________

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

  4. #4
    Join Date
    Nov 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John I have done so much copying and pasting today I didn't check spelling mistakes

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
  •