[TYPO3-english] Image Alignment Problem in 4.2.6
Denny Fox
dftypo3 at dfox.us
Wed Mar 25 13:42:16 CET 2009
Hello,
After updating a site from 4.2.1 to 4.2.6 I see that the alignment of images
in element type "Image" is messed up. The site has a page of member pictures
arranged in rows of 3 Columns with captions under each picture. The "No
rows:" box is not checked.
In version 4.2.1 the rows and columns line up perfectly. In version 4.2.6, a
caption that exceeds the width of a column is wrapped, but the whitespace is
not honored for other images on the row. This causes the columns and rows to
loose their alignment. Please visit http://www.dfox.us/typo3posts.htm for
examples. If there are no captions, or the captions do not wrap, there is no
problem in 4.2.6.
When viewing the page source I see that there is a <div> in the 4.2.1 page
source that is missing from the 4.2.6 page source. I don't see any way to
affect it from the backend. I hope this is a clue as to what may have
accidently changed between 4.2.1 and 4.2.6.
4.2.1 snippet
<div class="csc-textpic-imagewrap" style="width:602px;">
<div class="csc-textpic-imagerow" style="width:602px;">
<dl class="csc-textpic-image csc-textpic-firstcol" style="width:194px;">
4.2.6 snippet
<div class="csc-textpic-imagewrap" style="width:602px;">
<dl class="csc-textpic-image csc-textpic-firstcol" style="width:194px;">
The <div class="csc-textpic-imagerow" style="width:602px;"> tag is not there
in the 4.2.6 page source.
My environment:
Debian Etch
Apache2
Typo3 4.2.1 / 4.2.6
PHP Version 5.2.0-8+etch13
Thanks for any help. I have searched the archives, and Google, and can't
find anything on this topic.
Denny Fox
More information about the TYPO3-english
mailing list