Results 1 to 3 of 3

Thread: add text between slide shows

  1. #1
    Join Date
    Feb 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default add text between slide shows

    Script: Ultimate Fade-in slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    How do you blank lines and/or text between the two slideshows?

    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
    Blank lines or text here
    new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)

    </script>

    Thanks.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    End the script and add your text there, then add another script tag. Like so:

    Code:
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
    </script>
    
    Your text goes here
    
    <script type="text/javascript">
    new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
    
    </script>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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

    Default

    perfect. thanks.

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
  •