Thrane Hi How can I make the image and the title clickable in an articles custom view? Regards Thomas
jvstratum Hi, When using the custom view you have to do all the html coding yourself. For exapmple, if you want a clickable title you need to wrap it in a <a> tag. <h2 class="acym_title"><a href="{link}" title="{title}">{title}</a></h2>
Thrane Perfect! An simple ... So {picthtml} is the full HTML of image and {image} is just the path to the image?