Bug #22518
closedimage_noRows = 0 calculates wrong width
0%
Description
TSconfig:
styles.content.imgtext.maxW = 800
styles.content.imgtext.colSpace = 10
Now create imge with 4 Images in 4 columns, let T3 calculate the with based on the maxW
Pictures will not be in one Row unless you select no_Rows option
1 <div class="csc-textpic csc-textpic-center csc-textpic-above csc-textpic-border">
2 <div class="csc-textpic-imagewrap" style="width:602px;">
3 <ul>
4 <li class="csc-textpic-image csc-textpic-firstcol" style="width:143px;">
5 <img src="typo3temp/pics/ewt07_02_d19394c7cd.jpg" width="139" height="186" alt="" /></li>
6 ...
143 *4 = 572 width
3*10 = 30 colSpace as defined
-----------
602px (see line 2)
Surrounding div has 800px with.
setting the no_Rows let float the 4 Pics as expected with the disadvantage of no_rows.
Can anyone confirm this?
V4.3.2 with recent csc_styled_content
TemplaVoila V1.3.7
(issue imported from #M14209)
Updated by Christian Tauscher over 14 years ago
Close this bug, please.
It was a CSS problem, since images rendered as ul/li.
Sorry for wasting your time
Shame on me :-(