Add dynamic image content (Solved)
Posted: Thu Aug 11, 2011 6:11 pm
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
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