Results 1 to 3 of 3

Thread: Conveyor belt slideshow help

  1. #1
    Join Date
    May 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry Conveyor belt slideshow help

    I have made a rather nice page in Dreamweaver using the conveyor belt slideshow script, When I view it using the browser it looks great, but when I make the page 'live' I get 4 little pictures between each slide with little crosses in them. I have sat here for hours, trying different things and still it wont work, including clearing the cache on the PC so I dont get directed to the same old page. Please help. also, how do I put the imagegap using html code, when I put a number in, it shows between the pictures. Please turn my red faced angry smilie, into a happy one.
    Here is the address of the page. www.lodgefarm.herts.sch.uk/newfrontpage.htm
    Thanks

  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

    This is your code:

    Code:
    leftrightslide[0]='<img src="images/Photos/whole%20school/lodgefarmfront.gif" border=1></a>'
    leftrightslide[1]='<img src="images/Photos/whole%20school/lodgefarmgazebo.gif" border=1></a>'
    leftrightslide[2]='<img src="images/Photos/whole%20school/lodgefarmside.gif" border=1></a>'
    leftrightslide[3]='<img src="images/Photos/whole%20school/schoolentrance.gif"></a>'
    Here is what's in images/Photos/whole%20school/ -

    [IMG] ICT_ROOM.GIF 26-May-2006 20:36 14K
    [IMG] celebration_assembly.jpg 26-May-2006 20:41 6.1K
    [IMG] earthhall11.gif 28-May-2006 17:18 35K
    [IMG] library_time.gif 26-May-2006 20:36 15K
    [IMG] lodgefarmfront.gif 28-May-2006 17:14 96K
    [IMG] naturalworldhall11.gif 28-May-2006 17:18 47K
    [IMG] ringroses.jpg 26-May-2006 20:41 26K
    [IMG] universehall11.gif 28-May-2006 17:18 23K

    As you can see, of the images in your code, only lodgefarmfront.gif is on the server, in that directory. You also have this in your code:

    Code:
    leftrightslide[4]='<img src="images/Photos/Nursery/nurseryplayground.gif"></a>'
    You have a file in there called:

    [IMG] nurseryplayground1.gif 26-May-2006 20:39 41K

    But, that is not how it is listed in your code. Filenames and paths must match actual files and their locations, spelling and upper/lower case letters matter.
    - John
    ________________________

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

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

    Talking Thanks

    It seems so obvious now, but after a whole day I was coming up against dead ends and fumbling in the dark! Thankyou so much. It worked.

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
  •