Kennt jemand ein gutes Tutorial für Templates? Möchte in Contentido ein eigenes Template erstellen - bin aber Anfänger(in)
Oder jemand so noch gute Tipps?
Danke
Käferli
Code: Alles auswählen
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
  <table width="700" border="0">
    <tr bgcolor="#CCCCCC"> 
      <td colspan="3" height="21" valign="top">Kopfzeile... (Grafik- Buttons - 
        Bilder) </td>
    </tr>
    <tr> 
      <td width="228" bgcolor="#FFD7D7">CMS_CONTAINER[1]<br>
        <br>
        für deine Navi....</td>
      <td width="228" bgcolor="#FFCC00">CMS_CONATINER[2]<br>
        <br>
        Textmodul....</td>
      <td width="230" bgcolor="#FFD7D7">CMS_CONTAINER[3]<br>
        <br>
        Was auch immer.....</td>
    </tr>
  </table>
</div>
</body>
</html>