Okay! Gehen wirs an!
Also, zunächst öffnest du die overall_header.tpl und dort fügst du ganz unten als letzten Code folgendes ein:
Code: Alles auswählen
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<!-- Hier definierst du den oberen Teil des Rahmens-->
<tr>
<td width="x" height="x" nowrap style="background-image: url(templates/xxx/images/obenLinks.gif); background-repeat: no-repeat; background-position: right bottom"> </td>
<td width="100%" height="x" nowrap style="background-image: url(templates/xxx/images/obenMitte.gif);
background-repeat: repeat-x; background-position: center bottom"> </td>
<td width="x" height="x" nowrap style="background-image: url(templates/xxx/images/obenRechts.gif); background-repeat: no-repeat; background-position: left bottom"> </td>
</tr>
<tr>
<td width="x" height="x" nowrap style="background-image: url(templates/xxx/images/links.gif); background-repeat: repeat-y; background-position: right top"> </td>
<td valign="top" nowrap>
Jetzt öffnest du die overall_footer.tpl und beginnst dort gleich ganz oben (also am Anfang) mit dem Code, um ihn abzuschliessen.
Code: Alles auswählen
</td>
<td width="x" height="x" nowrap style="background-image: url(templates/xxx/images/rechts.gif); background-repeat: repeat-y; background-position: left top"> </td>
</tr>
<tr>
<td width="x" height="x" nowrap valign="top" align="right" style="background-image: url(templates/xxx/images/untenLinks.gif); background-repeat: repeat-y; background-position: right top"> </td>
<td style="background-image: url(templates/xxx/images/untenMitte.gif); background-repeat: repeat-x; background-position: center top"> </td>
<td width="x" height="x" nowrap valign="top" align="right" style="background-image: url(templates/xxx/images/untenRechts.gif); background-repeat: repeat-y; background-position: left top"> </td>
</tr>
</table>
Die "x" Angaben sind natürlich durch deine zu ersetzen...
So, jetzt solltest du einen Rahmen um das Forum haben!
Gruß
Largo