Results 1 to 2 of 2

Thread: Slide show help

  1. #1
    Join Date
    Feb 2008
    Posts
    63
    Thanks
    2
    Thanked 8 Times in 8 Posts

    Default Slide show help

    Hi,
    This is a Dynamic Drive script. It's the Conveyor belt slideshow script found here:

    http://www.dynamicdrive.com/dynamici...rightslide.htm

    I think I have the wrong input here:
    Code:
    //Specify gap between each image (use HTML):
    var imagegap=" "
    Can any help me and let me know what HTML goes here? Sorry if this is a stupid question.

    Thank you in advance.

    Sandy K

  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

    You can use any HTML you like, as long as it doesn't cause a line break, just as an example:

    Code:
    //Specify gap between each image (use HTML):
    var imagegap="<span style='padding:0 5px;'></span>"
    would produce a 10px gap.
    - John
    ________________________

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

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
  •