Tuesday 20 December 2005 9:50:25 pm
Hello, I encountered two issues with the image border. I add in the css this but nothing happen:
div.attribute-image
border-bottom: 1px;
border-top:1px ;
border-left:1px ; border-right:1px ; And when I apply a link to the image the border does not work: <a href={concat('/content/view','/full/',$:item.node_id)|ezurl}><img src={$random:item.object.data_map.image.content[medium].full_path|ezroot} align="center" border="1"></a> Sorry to bother you with so simple things but I don't see what I doing wrong.
Thanks, Chris
|