Forums / Setup & design / image border in article
ludo thomas
Saturday 07 January 2006 4:31:04 am
Hi all. A stupid problem but I can't resolve it..... I need to add a border to an article image.I try this:
section show=$node.object.data_map.image.content} <div class="attribute-image"> {attribute_view_gui alignment=left <b>border_size=1</b> css-class=myimage image_class=articlethumbnail attribute=$node.object.data_map.image.content.data_map.image} </div> {/section}
but nothing.In the source code I have
<img src="..." ..... style="border: 1px;"......>
but no border appear.
I tried too:
div.attribute-image a img { border: 3px solid #ff0000; }
but never border........plz help!
Per-Espen Kindblad
Saturday 07 January 2006 5:11:23 am
Have you cleared the cache?