Closed (fixed)
Project:
Danland
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 16:21 UTC
Updated:
21 Jun 2011 at 01:38 UTC
Is there a way for the user to click on a picture in the banner and go to a specific page? That way I can use the banner to rotate through our products.
Comments
Comment #1
Deepika.chavan commentedHi,
Add 'a' tag before 'img' tag in 'page-front.tpl.php' and 'page.tpl.php' (if slideshow is there on other pages too).
Like, I replaced the following line of code in page-front.tpl.php :
with the following code :
Such way that you can add 'a' tag for all images and can set the value of href accordingly.
HTH !!
Rgrds,
Deepika chavan.
Comment #2
danpros commentedThanks Deepika.chavan,
I will close this one.
Dan