Yes, this part here (in the body):
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 300, 259, 1, 3000, 1)
</script>
should be:
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, 300, 259, 0, 3000, 1)
</script>
By way of explanation, the part highlighted in green is just a comment/instructions, it does nothing and actually could be entirely removed. The red number sets the border width.
Bookmarks