<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi all,<div>I have a structured content with a list of image urls (from an image gallery).</div><div><br></div><div>I place this content inside a container page.</div><div><br></div><div>In the formatter I have something like:</div><div><div><c:forEach var="productImage" items="${ content.valueList.ProductImage }" varStatus="loopCounter" ></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><img src="<cms:link>${ productImage.value.Thumbnail }</cms:link>"/></div><div></c:forEach></div></div><div><br></div><div>I want to be able to have bullseyes (i.e. editable="true") next to each thumbnail.</div><div><br></div><div><br></div><div>Can anyone help out?</div><div><br></div><div>Thanks</div>                                      </div></body>
</html>