Demo36: Image Flipper     |     home
Step 2

Step 2
Copy and paste the following code onto your CSB page using Insert > HTML Code.  

Note 1: edit the code to include the names of your photos

Note 2: it works best if all photos are approximately the same size

Note 3: the ^GEMDIR/  is required to be placed preceeding the name of each photo.  

Warning: CuteSITE Builder will tell you to use ^WEBCOMPONENTDIR/,  but that is wrong.
Use ^GEMDIR/ instead!

Note 4: Before closing the Insert > HTML Code, click on 'Files for this component' and browse and add your photos!


<br><script language="javascript">
Flipper(-1,-1,"^GEMDIR/photo1.jpg ^GEMDIR/photo2,jpg ^GEMDIR/photo3.jpg ^GEMDIR/photo4.jpg ");
</script>
<br>