Tobald: Tabellenlayout

Beitrag lesen

Hallo Leute,

ich versuche grad eine hp mit tabellenlayout zu erstellen.

code:

<body>
<table border="2" cellpadding="0" cellspacing="0">

<tr>
    <td rowspan="2"><img src="images/logo.gif" width="200"></td>
    <td>
 <?PHP
 include('menu.php');
 ?>
    </td>
  </tr>

<tr>
    <td></td>
    <td rowspan="2">
        <?PHP
 include('inhalt.php');
 ?>
    </td>
  </tr>
  <tr>
    <td>
 <?PHP
 include('menu2.php');
 ?>
    </td>
    <td></td>
  </tr>
</table>
</body>

und zum veranschaulichen hab ich noch ein bild (http://img396.imageshack.us/img396/5789/hpsv3.jpg) gemalt in dem dass problem gut beschrieben ist.
ich hoffe jemand sieht meinen fehler, ich tus nicht.
danke schonmal und gruß.t.