Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
node data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 16:09 UTC
Updated:
17 Jan 2009 at 10:05 UTC
I need the code output of the view to look like this:
<li><a href="link to node" title="node title">node title<img src="thumbnail of the image attached to node" alt="image title" title="image title" class="image image-thumbnail " /></a></li>
so that 2 fields - node title and attached image are wrapped inside one link anchor
any views-centered ways to do this or I need to do this outside the views?
Comments
Comment #1
merlinofchaos commentedTry this patch: http://drupal.org/node/349178
Comment #2
mean0dspt commentedThank you for hint. I did and it was very close to what I need but not exactly.
I commented in that thread http://drupal.org/node/349178#comment-1205453