/ Published in: XML
TemplaVoila backend layout
Change the XML of your template's Data Structure by editing the meta item
change CONTENT1 and so on to represent your template's field names for those areas (see XML)
Change the XML of your template's Data Structure by editing the meta item
change CONTENT1 and so on to represent your template's field names for those areas (see XML)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- TemplaVoila backend layout Change the XML of your template's Data Structure by editing the meta item change CONTENT1 and so on to represent your template's field names for those areas (see XML) --> <meta type="array">
       <langDisable>1</langDisable> 
      <beLayout> <![CDATA[ 
               <div id="templavoilabackend"> 
               <table> 
                  <tr> 
                    <td width="50%">###CONTENT1###</td>
                      <td width="50%">###CONTENT2###</td> 
                  </tr> 
                  <tr>  
                    <td colspan="2">###CONTENT3###</td> 
                  </tr>
                </table> 
               </div> 
]]> </beLayout> </meta>