Hi All,
I have the Nivo Slider currently installed on a website with 5 images that currently transition.
I want to add a unique html link to each slide but I can;t seem to figure out how to do this.
I have the first slide with a link as per the below code,
<div id="htmlcaption" class="nivo-html-caption">
<strong>Title</strong> Express yourself with our range of products <a href="link">link</a>.
</div>
I tried duplicating the above and giving each id an number on the end "htmlcaption1, htmlcaption2 etc)
But all the div’s break the formatting.
Any suggestions would be appreciated.