Add dynamic image content (Solved)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
obi
New Member
New Member
Posts: 2
Joined: Thu Aug 11, 2011 6:04 pm

Add dynamic image content (Solved)

Post 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
Last edited by obi on Thu Aug 11, 2011 6:52 pm, edited 1 time in total.
obi
New Member
New Member
Posts: 2
Joined: Thu Aug 11, 2011 6:04 pm

Re: Add dynamic image content

Post by obi »

I found out myself.

Just use this.

{content_image}
Post Reply

Return to “Layout and Design (CSS & HTML)”