Page 1 of 1

Add dynamic image content (Solved)

Posted: Thu Aug 11, 2011 6:11 pm
by obi
Hello everyone.

Have a look at this page.
http://www.znappi.dk/shop/frontpage.html

Imagine that the big image is main content in a simple cms and that the four images below should be dynamic in order for the user of the cms to change them without being able to write text or move the images in any way.

If I wanted to add extra content fields I could do like this
<div class="floating-box" style="margin-right: 20px;">
{content block="left subcontent"}
</div>
<div class="floating-box">
{content block="right subcontent"}
</div>

But instead of content I just want images which the admin of the cms can change.

Is that possible? and how?

Kind regards.
OBI

Re: Add dynamic image content

Posted: Thu Aug 11, 2011 6:45 pm
by obi
I found out myself.

Just use this.

{content_image}