BORDER COLOR | This is the color of the frame around the slideshow. Use a hexidecimal number such as ff0000 for red, 00ff00 for green, 0000ff for blue, etc. You can leave the ffff00 already there if you want yellow. |
WIDTH | This is the width of the image. Images should be the same size, or close to same size to be viewed properly, otherwise smaller images will enlarge to fill the space or larger images will compress. You can composite smaller images on to a black or transparent background at Image Magick to get the desired size. |
HEIGHT | Height of the images. |
COVER URL | This is the image that you want to appear on top as the page is loaded or reloaded. |
COVER TITLE | This is the title that will appear on the Menu below the frame. |
PICTURE URL | This is the URL of you image. You can use relative URL's if your images are in the same directory as the slideshow. You can delete what is in the textbox on the bottom of the form page and drop your harvested URLs in there. Then CCP individual URLs in to the boxes on the form. |
CAPTION | This is a description of the image that appears on the menu. Each caption belongs with each image side by side on the form. |
There are spaces to add four images to this slideshow. However if you would like to add more images you can do that in the script. Once you have made a page from the CCP script, go in to the head section and add as many images as you like to this section as follows:
mylinks[4]="target4.htm"
mylinks[5]="target5.htm"
Then near the bottom of the page inside the select menu add the URL's and captions like this.
<option value="Sheep.jpg">Sheep</option>
<option value="New URL.jpg">new caption</option>