[TYPO3] Image right or below text depending on layout width?

Gebhardt Thomas gebhardt at hrz.uni-marburg.de
Fri May 19 12:45:11 CEST 2006


Hi,

On Tuesday 16 May 2006 15:56, Ernesto Baschny [cron IT] wrote:
> Do you have an URL where we can see this happening? And to be able to
> debug that, we need to know the relevant constants and TS-setup you have
> in the template that is included at this point of your website.

sorry, no URL, yet. Just the code snippet below (generated with Typo3 4.0
without cron_cssstyledimgtext, image below text, centered, line breaks
added for readability).

I can send you the complete TS-setup by PM, it might be too long
for the list. But please do not waste too much time for it. I don't want
to bother you with my problems, especially since I'm perfectly happy
with Typo3 4.0 + cron_cssstyledimgtext. You did already solve my
original problem (text overlays image) by pointing out that this is
a flaw of firefox + unordered lists.

Thanks, Thomas

<div class="csc-header csc-header-n1">
<h2 class="csc-firstHeader">Huhu!</h2>
</div>
<p class="bodytext">aaa bbb ccc ddd eee ffff</p>
<img src="clear.gif" width="1" height="6" border="0" class=
"spacer-gif" alt="" title=""><br>
<div style="text-align:center;">
<table width="210" border="0" cellspacing="0" cellpadding="0"
style="margin-left: auto; margin-right: auto" class=
"imgtext-table">
<tr>
<td colspan="1"><img src="clear.gif" width="210" height="1" alt=
""></td>
</tr>
<tr>
<td valign="top"><img src="uploads/pics/image.jpg"
width="210" height="270" border="0" align="top" alt="" title=
""><br></td>
</tr>
<tr>
<td colspan="1" align="center">
<div style="text-align:right;">
<p class="csc-caption">caption</p>
</div>
</td>
</tr>
</table>
</div>



More information about the TYPO3-english mailing list