1.2.6 DEV: text with image / problem with content title
Posted: Sun 5. Mar 2006, 18:02
Hi,
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
Is this a known bug and how can I change this?
missberli
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