Results 1 to 3 of 3

Thread: Help With Script

  1. #1
    Join Date
    Nov 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up Help With Script

    1) PRESENTATION SLIDESHOW SCRIPT:

    2) http://www.dynamicdrive.com/dynamici...ationslide.htm

    3) Dear Sir/Madam, I have a montage of photos (100px x 85 px) 6 per line and a total of 4 lines. I have successfully inserted the above script and rotated 3 photos however the script is causing the first line of photos to separate from the second line of photos and I am not experienced enough to understand why and would greatly appreciate it if you could advise me on how to enable the first and second line to come together again.

    To view my problem I have duplicated the home page of the site concerned and the link direct to that page is: http://vvmcsc.australianartilleryass...ex_copy(1).htm to view the original page simply delete the "_copy(1)"

    Additionally I would like to run this script once on each of the lines within the montage, is this possible?

    Thanks from Down Under in Australia

  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

    Get rid of the red parts before and after the script and put in the closing </td> after the script (green):

    Code:
    					<td width="99">
    					<table border="0" width="100" cellspacing="0" cellpadding="0" height="85" id="table5">
    						<tr>
    							<td>&nbsp;<script language="JavaScript1.2">
    
    //Presentational Slideshow Script- By Dynamic Drive
    //For full source code and more DHTML scripts, visit http . . .
    Code:
     . . . se
    setInterval("rotateimage()",pause)
    
    </script>
    </td>
    <p align="center"><font face="Arial" size="0">
    					</table>
    					<td width="99">
    					<a href . . .
    - John
    ________________________

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

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

    Thumbs up Help With Script - Now Fixed

    Thanks very much for the help it is now working perfectly without causing any distortion between the two rows of photos. Excellent!!!


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
  •