Actions
Bug #19705
closedpicture in text left css bug
Start date:
2008-12-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you are inserting two content elements of type 'picture - in text left' and the text of the content element above is smaller than the picture then the lower content element will start beginning after the text, not after the picture.
This bug is reproduceable with TYPO3 version 4.1.5 and above.
(issue imported from #M9955)
Files
Updated by Henrik Ziegenhain almost 16 years ago
I solved this issue with the following two lines of TS
tt_content.textpic.30 = HTML
tt_content.textpic.30.value = <div class="csc-textpic-clear"></div>
Actions