[TYPO3-templavoila] repeating elements do not render
John Nicholas
typo3user at mobosplash.com
Fri Feb 29 20:38:11 CET 2008
John Nicholas wrote:
> can add several gallery items. But when the frontend view is rendered it
> just looks like this:
>
> <div class="productgallery">
> <div class="productgallery_overview"><p class="bodytext"><strong>Durable
> Product Labels</strong> <br />Lorem ipsum dolor sit amet, consectetuer
> adipiscing elit. Nam et felis. Pellentesque leo pede, molestie
> adipiscing, consectetuer non, dictum eget, libero. Mauris vitae massa.
> Aenean ut purus faucibus turpis fringilla volutpat. </p></div>
> <div class="productgallery_images">
> <div class="productgallery_images_head"><img
> src="typo3temp/GB/b2b37fe2d9.gif" width="249" height="20" border="0"
> alt="" title="" /></div>
> <div class="productgallery_images_cont">
>
> </div>
> <div class="productgallery_images_foot"></div>
> </div>
> </div>
>
I tried every variation on INNER and OUTER and the only difference was
some variants got this version:
<div class="productgallery_images_cont">
<div class="productgallery_images_thumb"></div>
<div class="galleryclear"></div>
</div>
so the only change I seem to get is an empty _thumb div or not
More information about the TYPO3-project-templavoila
mailing list