[Typo3-dev] EXT: css styled img text - weird problem with inline text

Christoph Koehler christoph.koehler at gmail.com
Mon May 16 01:42:13 CEST 2005


To answer my own question, it was a image cache problem, I guess the file  
didn't exist anymore. It's all working great now :)


On Sat, 14 May 2005 02:38:42 -0500, Christoph Koehler  
<christoph.koehler at gmail.com> wrote:

> Hello everyone!
>
> I have a really odd problem with this extension, just appeared lately,  
> but I wish I could put a specific time on it:
>
> First of all my specs: Local wamp package with php 5.0.0 and apache  
> 2.0.50, mysql 4.0.20d. I use T3.8 beta 2.1 , tv 0.4.0,  
> css_styled_imgtext 0.1.0 and css_styled_content 0.2.2.
>
> Now, when I use a text w/ image content object and set the image to  
> intext left or right, the src for the image in the html is empty, but  
> when I use a normal left or right or center, it works fine.
>
> short example:
>
> *************
> *image left:*
> *************
>
> <!--  Image block: [begin] -->
>          <div class="csi-textpic csi-left">
>            <dl class="csi-image">
>              <dt>
>                <img src="uploads/pics/a3_01.jpg" width="400"  
> height="260"  border="0" alt="" title="" />
>              </dt>
>              <dd class="csi-caption">
>              </dd>
>            </dl>
>            <div class="csi-text">
>              <!--  Text: [begin] -->
>              <p class="bodytext">
>                Lorem ipsum dolor sit amet. Sed pulvinar, tortor ut  
> gravida dictum, sem sem tincidunt magna, vel eleifend ipsum sapien a  
> nibh. Sed quam nibh, vehicula ut, fringilla nec, eleifend non, risus.  
> Sed risus wisi, volutpat vel, egestas eget, blandit quis, sem. Sed  
> turpis justo, consequat tempus, laoreet eu, fringilla in, mauris. Sed  
> ullamcorper, ligula a vehicula pellentesque, magna lectus euismod  
> tellus, in dapibus wisi risus ac sapien.
>              </p>
>              <p class="bodytext">
>                &nbsp;
>              </p>
>              <!--  Text: [end] -->
>            </div>
>          </div>
> <!--  Image block: [end] -->
>
> ********************
> *image intext left:*
> ********************
>   <!--  Image block: [begin] -->
>          <div class="csi-textpic csi-intext-left">
>            <dl class="csi-image">
>              <dt>
>                <img src="" width="" height=""  border="0" alt=""  
> title="" />
>              </dt>
>              <dd class="csi-caption">
>              </dd>
>            </dl>
>            <div class="csi-text">
>              <!--  Text: [begin] -->
>              <p class="bodytext">
>                Lorem ipsum dolor sit amet. Sed pulvinar, tortor ut  
> gravida dictum, sem sem tincidunt magna, vel eleifend ipsum sapien a  
> nibh. Sed quam nibh, vehicula ut, fringilla nec, eleifend non, risus.  
> Sed risus wisi, volutpat vel, egestas eget, blandit quis, sem. Sed  
> turpis justo, consequat tempus, laoreet eu, fringilla in, mauris. Sed  
> ullamcorper, ligula a vehicula pellentesque, magna lectus euismod  
> tellus, in dapibus wisi risus ac sapien.
>              </p>
>              <p class="bodytext">
>                &nbsp;
>              </p>
>              <!--  Text: [end] -->
>            </div>
>            <!-- keep it in the box! -->
>            <div style="clear:both;">
>            </div>
>          </div>
> <!--  Image block: [end] -->
>
>
> Thank you very much!
>
> Christoph





More information about the TYPO3-dev mailing list