Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: slideshow issues

  1. #1
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default slideshow issues

    I used a slideshow from another site, and go figure, their forum isn't even accessible. So I figured, I'd ask you guys, since there never seems to be an issue that isn't able to be fixed.

    For some reason, the filmstrip won't slide and the pictures won't load. The pictures are referenced correctly, however the gallery itself is too large to include in the zip file. Hopefully, this is enough information to help solve this one. Can someone tell me what I missed? Thank you so much for your help in advance.

  2. #2
    Join Date
    May 2008
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    It looks like the pictures need to be in a folder named images located in the same directory as the wildlife.html page. When I created that folder and placed the images inside I got it to work, or, at least got it to show the images.

  3. The Following User Says Thank You to noob_developer For This Useful Post:

    damnitsux2bu (05-29-2008)

  4. #3
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    I thought that might be the case, but i wasn't sure. I tend to organize my images better, but I suppose I'll have to be more lax with this particular one. Thanks so much for your help!!!

  5. #4
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Well, I got home and tried what you had suggested, and am still getting the same errors. I put the images in the images folder, but am still getting the same result. I included the changes made. This is getting a bit frustrating. I very much appreciate all help!!!

  6. #5
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    First, you had an incomplete DTD. Change this part in your markups:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    to:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    Secondly, you are calling an image in the images folder, which is not in your file...and I"m uncertain about how your folder (in reality) is layed out.

    See attachments.

    Up the rest of your images (wildlife_01.jpg to wildlife_09.jpg)..and more.

    P.S., you had a quite a number of deprecated attributes

    Hope that helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  7. The Following User Says Thank You to rangana For This Useful Post:

    damnitsux2bu (05-30-2008)

  8. #6
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply. The images folder was too large to attach, however the images are referenced accurately. As for the DTD, I tried it both ways, and saw no difference. I'm going to attach the original version of this page (the example that came with the script). Maybe that'll help. Again, thank you.

  9. #7
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Could you zip in your file (complete), the ones having all the images. I'll whip it in the right place for you.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  10. The Following User Says Thank You to rangana For This Useful Post:

    damnitsux2bu (05-31-2008)

  11. #8
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Here you go. It'll have to be in pieces. I'll post the rest in a sec.

  12. #9
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    more images

  13. #10
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    the rest...

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
  •