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
Add dynamic image content (Solved)
Add dynamic image content (Solved)
Last edited by obi on Thu Aug 11, 2011 6:52 pm, edited 1 time in total.
Re: Add dynamic image content
I found out myself.
Just use this.
{content_image}
Just use this.
{content_image}