Hi Ive just swapped from Keyframes to Cycle2 (http://jquery.malsup.com/cycle2/) as a way of slideshowing images , I swapped to cycle2 as i believed this would allow me to make the images links , I only need one of the images to a link not all of them so when the slideshow gets to the slide the link is active ,
<img src="/images/promo1.jpg">
<img src="/images/promo2.jpg">
<img src="/images/promo3.jpg">
<img src="/images/promo4.jpg">
this works fine slideshows perfect, soon at i try
<a href="http://www.google.co.uk">
<img src="images/promo2.jpg"></a>
on just one of the images , it knocks it out of the slideshow and displays it underneath as its own image.
any help appreciated
Thanks