Öhm... okay. Der Inhalt wird innerhalb einer Tabellenzelle includet. Ich poste einfach mal den Ausschnitt.

HTML-Code:
<table width="100%"  border="0" cellspacing="0" cellpadding="3">
  <tr>
  <td></td>
  <td><img src="page/img/body/space.gif" height="15" width="10" alt=""></td>
  <td></td>
  </tr>
  <tr>
    <td style="width: 3%"></td>
 <!-- Das hier is dann die Zelle mit dem Inhalt o.o -->
    <td>
	<? @$content = $_GET['content']; if($content == "") { $content = "home"; } include("page/content/$content.htm"); ?>
	</td>
    <td style="width: 3%"></td>
  </tr>
    <tr>
  <td></td>
  <td><img src="page/img/body/space.gif" height="15" width="10" alt=""></td>
  <td></td>
  </tr>
</table>
Die einzelnen Dateien, die includet werden, sehen allesamt so aus:

HTML-Code:
<span class="uber">Kategoriename</span>
<br /><br />
<span class="content">
Text...
</span>