bin absoluter Neuling bei diesem CMS.
Bin bisher auch allein schon ziemlich weit gekommen, d.h. das Layout steht, die Navigationen funktioneren etc.
Jetzt hab ich in meinem Layout eine normale HTML-Tabelle. Wie muss ein Modul aussehen damit der Mandant diese editieren kann. Es gibt jeweils eine Tabelle links und eine rechts. Der HTML-Code sieht folgerndermaßen aus:
Code: Alles auswählen
<div class="leftLeftTable">
<table width="250" cellpadding="5" cellspacing="1" >
<colgroup>
<col width="180" />
<col width="70" />
</colgroup>
<tr>
<th colspan="2">
<center>Text</center>
</th>
</tr>
<tr >
<td>
<a href="" width="40">Lorem ipsum</a>
</td>
<td>
<center>
<img src="" width="16" height="14" alt="yes" />
</center>
</td>
</tr>
<tr>
<td class="color">
Files sharing
</td>
<td class="color">
<center>
<img src="" width="16" height="14" alt="yes" />
</center>
</td>
</tr>
<tr>
<td>
Lorem ipsum</td>
<td>
<center>
<img src="./../img/yes.gif" width="16" height="14" alt="yes" />
</center>
</td>
</tr>
</table>
</div>
<div class="leftRightTable">
<table width="250" cellpadding="5" cellspacing="1" align="left">
<colgroup>
<col width="180" />
<col width="70" />
</colgroup>
<tr>
<th colspan="2">
<center>Lorem ipsum</center>
</th>
</tr>
<tr >
<td>
<a href="" width="40">Lorem ipsum</a>
</td>
<td>
<center>
<img src="" width="16" height="14" alt="no" />
</center>
</td>
</tr>
<tr>
<td class="color">
Files sharing
</td>
<td class="color">
<center>
<img src="" width="16" height="14" alt="yes" />
</center>
</td>
</tr>
<tr>
<td>
Lorem ipsum</td>
<td>
<center>
<img src="" width="16" height="14" alt="yes" />
</center>
</td>
</tr>
</table>
</div>
Leider hab ich nicht die geringste Ahnung wie ich hierbei vorgehen muss und hab auch über die Suche nichts gefunden was mir helfen könnte.
Gibt es denn irgendwo gute Tutorial-Seiten?
Vielen Dank schonmal
Gruß
Manne[/code]