Also mein hintergrund bild effekt geht immer noch nicht... grund ist das es nicht richtig gemappt ist.
ich hab die html datei von yaml um folgendes ergänzt:
PHP-Code:
<div id="scaling-background">
<div>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
###HEADER_IMAGE###
</td>
</tr>
</tbody>
</table>
</div>
</div>
und in der datenstrucktur folgendes rein gemacht:
PHP-Code:
<field_background type="array">
<tx_templavoila type="array">
<title>background</title>
<description>Map to DIV id background (all templates)</description>
<sample_data type="array">
<numIndex index="0">[ background ]</numIndex>
</sample_data>
<eType>TypoScriptObject</eType>
<tags>div</tags>
<TypoScriptObjPath>lib.background</TypoScriptObjPath>
</tx_templavoila>
</field_background>
kann mal bitte jemand checken ob das bins hier hin überhaupt richtig ist?
Lesezeichen