[Typo3] css styled img

Chris Paige chris at ready-set-go.biz
Sat Oct 1 05:15:34 CEST 2005


hmmm. still stuck.

I've boiled the template on this page http://ready-set-go.info/  to this:

#### Initialize Page
page = PAGE
page.typeNum = 0

#### Indicate HTML Template file (with markers)
page.10 = TEMPLATE
page.10.template = FILE
page.10.template.file = fileadmin/templates/RSGblank.htm

page.10.marks.CONTENT_GOES_HERE < styles.content.get

It's really only the text with image content element, when marked for "in 
text, right (or left)" that seems problematic (doesn't make sense to have 
"in text, right" on an image only content element).  The actual image tag 
comes out like this:
<img src="" width="" height="" border="0" alt="alt-text here" 
title="title-text here" /> (which naturally doesn't display the image)If I 
change from "in text, right" to "above, right" the image comes out fine.  So 
I don't think it's a problem with the image itself. 





More information about the TYPO3-english mailing list