views:

58

answers:

1

Here is a PHP statement that basically sets off a javascript image slider. Only problem is I can't figure out how to get each individual image to a link to a different page. Any tips or suggestions? I appreciate it!

<?php jsbrotate('height=316&width=924&imgdisp=4&imgfade=2&images=/wp-content/uploads/image_1_linked.png|/wp-content/uploads/image_2.png|/wp-content/uploads/image_3.png|/wp-content/uploads/image_4.png|/wp-content/uploads/image_5.png'); ?>
+2  A: 

Seems that the whole slide-show can only point to one link, see the FAQ.

Alix Axel
Hey Alix, looks like you're right; I'm going to try to add the link variable after each image but it probably won't work...
poindexter