Forums / Setup & design / image border in article

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

image border in article

Author Message

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?