Home > Varie > Plug-ins siti web

CUSTOMIZABLE IMAGE SLIDESHOW - versione in italiano

Setting up the slider:

1. Copy the following code:


2. Paste the code in your .html page, after the "head" tag and before the closing tag "/head" (at the top of the page), as in this example (it's not important where you put the code, only matters that it's inside the "head" tag - in this exaple it is casually after the "title" tag):


3. Copy this short code: onload="rotator(0);"
Insert it in the "body" tag like this:


4. Copy the following code:


5. Paste it into you .html page, at the exact point you want the slider to appear. Obviously between the body and /body tags.


6. Download this .zip file containing images to make the slider work. Once downloaded just unzip it in the folder where your .html page is placed.
Example:


If you did all the steps correctly it should now work with deafult images.


7. You can now customize your slider:

- creat your images (all equal in dimensions) and insert them into the "slider" folder you downloaded, renaming them: "slider1, slider2, slider3, etc...". You can delete default images;

- you can modify the number of the images changing "var howmany=4" in the first code you pasted;

- you can change image dimensions by changing "width" and "height" parameters in the second code you pasted.