Results 1 to 2 of 2

Thread: Help: Image rotation on website

  1. #1
    Join Date
    Jul 2006
    Posts
    7

    Help: Image rotation on website

    Hello,

    I'm a rookie and I'm trying to install image rotation script on my website. Every script tells me to name an image, or name an image and add it to a directory. I have no clue how to do this. For example:

    "4) Define the directory where the images are located, the generic image name and extension in this section of the script:

    gImages = new Array(gNumberOfImages);
    for (i=0; i<gNumberOfImages;i++){
    gImages[i] = "images/image" + i + ".gif"; // change to .jpg if applicable
    }

    Make sure that all the images are named sequentially (i.e. image0.gif, image1.gif, etc.), else the array will get corrupted, and start numbering with 0, not with 1. The name="slide" expression has to be inside the HREF tag to invoke the script."

    Thanks for your help!
    Last edited by bluejfm; 24 Jul 2006 at 02:42 PM.

  2. #2
    Join Date
    Jun 2006
    Location
    Newnan
    Posts
    625
    Try this... it has a wizard that will do it for you. All you have to do is upload the images to your server.

    JavaScript Slideshow Wizard
    Look at me! I'm an Advisor now!
    Pilot Designs - www.pilotdesigns.com

Similar Threads

  1. The Role Of Navigability and Crawlability in SEO
    By binarytrends in forum Search Engine Optimization and Marketing
    Replies: 0
    Last Post: 18 Apr 2006, 02:37 PM
  2. image in front of website adress in web browser adress bar
    By Paul81 in forum General Questions
    Replies: 1
    Last Post: 07 Jan 2006, 04:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •