My client would like me to link to the products I am featuring in the slideshow. I thought adding some simple HTML to the code like stated here http://drupal.org/node/816566 would do just that, but it does not. It actually makes the images disappear. I am running the latest drupal core and the latest danland theme. Can someone help?

Comments

danpros’s picture

Hi,

You must missing somethings there, it must become like this

<div class="slideshow">
<a href="your-url"><img src="<?php print $base_path . $directory; ?>/images/slideshows/sea.jpg" width="950" height="355" alt="slideshow 1"/></a>
<a href="your-url"><img src="<?php print $base_path . $directory; ?>/images/slideshows/noon.jpg" width="950" height="355" alt="slideshow 2"/></a>
<a href="your-url"><img src="<?php print $base_path . $directory; ?>/images/slideshows/snow.jpg" width="950" height="355" alt="slideshow 3"/></a>
</div>

Dan

danpros’s picture

Status: Active » Closed (fixed)

Question answered.

Dan