I have a Drupal 5 website on which I want to display a list (or grid) of affiliate links to different products, sales and offers. Each 'affiliate product' node will have a title, description, an image and a URL. When either the image or URL link is clicked, the user should be redirected to the URL.
I've gotten close to this, using a view, custom pager and adding a custom image field to my node in CCK (Content Construction Kit), but whenever the image is clicked, it goes to the full node page rather than the URL.
Any advice from people who've done this or something similar would be greatly appreciated. If this can be more easily achieved in Drupal 6, I'm prepared to upgrade the site, as that was on the to-do list anyway.
Thanks in advance.