Page 1 of 1

summary image as link?

Posted: Mon 2. Aug 2004, 04:27
by stevenlyons
OK so I want to do something very simple and logical: make the summary image link to the full article when clicked. Can anyone here explain how I might do this?

Thanks.

SL

Posted: Mon 2. Aug 2004, 09:42
by Pappnase
hello steve

please look at the sample.tmpl then you will see this :wink:

Code: Select all

[IMAGE]<div><a href="{ARTICLELINK}">{IMAGE}</a></div>[/IMAGE]
i think tahst what you want.

Posted: Mon 2. Aug 2004, 15:50
by stevenlyons
perfect!

thanks.