Schaue in die index.html und suche dort:
Code:
| <tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="[dir]/images/calender.jpg" alt="" /></td>
</tr>
<tr>
<td><div style="width:222px; margin-left:30px; color:#FFF">[kalender]</div></td>
</tr>
</table></td>
</tr>
|
füge davor einfach eine neuen Bereich ein:
Code:
| <tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="[dir]/images/topmatch.jpg" alt="" /></td>
</tr>
<tr>
<td>[top_match]</td>
</tr>
</table></td>
</tr> |
An die Stelle von images/topmatch.jpg setzt du halt images/dein Bildname ein (sollte am besten die selben Abmessungen wie das topmatch.jpg haben), ist das Bild das die Überschrift darstellen tut.
Und ersetze [top_match] durch deinen Inhalt (Bild, Werbung, was du denkst halt) ist dann der Inhalt der Box.
Diese Änderungen musst du bei dem Template auch zusätzlich in der index_news.html vornehmen da dieses Template mit zwei index.html arbeitet.