When editing a page the drop down lists the images. I have tried this using a very basic template and still no joy.
Code: Select all
{process_pagedata}<!DOCTYPE html>
<__html>
<head>
<meta charset="utf-8" />
<title>Untitled</title>
{metadata}
</head>
</__body>
{content}
{content_image block='mainphoto1' dir='images/mainphotos' sort='1' label='Main Image 1' width='704' height='590' id='photo1'}
{content_image block='mainphoto2' dir='images/mainphotos' sort='1' label='Main Image 2' width='704' height='590' id='photo2'}
<__body>
</__html>