Hi, I followed those instructions: https://www.gavick.com/forums/image-sho ... 24949.html, but it did not work (for gk_coffe, the second part of the code also is looking slightly different). Can anybody help me?
Thanks
<div class="gkIsSlide" style="z-index: <?php echo $i+1; ?>;" title="<?php echo $title; ?>"><?php echo $path; ?><a href="<?php echo $link; ?>">link</a></div>
<div class="gkIsSlide" style="z-index: <?php echo $i+1; ?>;" title="<?php echo $title; ?>"><?php echo $path; ?><a href="<?php echo $link; ?>" target="_blank">link</a></div>
<a href="<?php echo $link; ?>"><?php echo $title; ?></a>
<a href="<?php echo $link; ?>" target="_blank"><?php echo $title; ?></a>