[TYPO3] Using background image in Flexible Content

lee perry leeperry at slack.de
Fri Nov 16 12:27:07 CET 2007


hey jeppe,

in the felxible content element just map on the attribute "style" of 
your html-element with the dynamic background. and in the datastructure 
you can use the following typoscript:

<TypoScript>
	10 = IMG_RESOURCE
	10.file.import = uploads/tx_templavoila/
	10.file.import.current = 1
	10.file.import.listNum = 0
	10.stdWrap.wrap = background-image: url(|);
</TypoScript>

maybe it will help you.

bye and cu,
lee


> Hey everybody
> 
> I wonder if it is possible to use background image in a flexible 
> content? The image has to be dynamic so that it is easily changed.
> 
> 
> Regards,
> Jeppe D.


More information about the TYPO3-english mailing list