When I am using the text w/image content part and place the image above the text, the content title is mixed between the DIV's, so that the image is displayed above the content title
Code: Select all
<div class="imgDIVtopLeft">
<div class="image_td">... image ...</div>
</div>
<h3>content title</h3>
<div class="articleText">Text</div>
missberli