[TYPO3-templavoila] BE layout
    Marc Ehret 
    me at kenx.de
       
    Thu Apr 20 08:49:54 CEST 2006
    
    
  
Gideon So wrote:
> Hi Marc,
> 
>     Thanks for pointing this out. One more question, should I edit the 
> template object (TO) or the Data Structure (DS)? How shuuld I edit it?? 
> Can you give a brief explanation here??
Edit the Data Structure (in Web > TemplaVoila).
<beLayout> has to be within <meta>. And don't forget to change the name 
of the fields.
<T3DataStructure>
     <meta type="array">
         <beLayout>
             <![CDATA[
             <table width="99%">
                     <tr>
                             <td width="33%">###field_left###</td>
                             <td width="66%">###field_content###</td>
                     </tr>
             </table>
             ]]>
         </beLayout>
     </meta>
Please let me know if it works.
Marc.
    
    
More information about the TYPO3-project-templavoila
mailing list