Sebastian G.: Div Container

Beitrag lesen

Hallo,

das funktinoiert leider nicht.

Ich habe diesen Code:

<div>

<table width='200'>
  <tr>
    <td class='LINK' height='40'>
    <a href='index.php?action=home'>Home</a>
    </td>
  </tr>
  <tr>
    <td class='LINK' height='40'>
    <a href='index.php?action=projekte'>Projekte</a>

</td>
  </tr>
  <tr>
    <td class='LINK' height='40'>
    <a href='index.php?action=portfolio'>Portfolio</a>
    </td>
  </tr>
  <tr>

<td class='LINK' height='40'>
    <a href='index.php?action=foren'>Foren</a>
    </td>
  </tr>
  <tr>
    <td class='LINK' height='40'>
    <a href='index.php?action=links'>Links</a>
    </td>

</tr>
  <tr>
    <td class='LINK' height='40'>
    <a href='index.php?action=guestbook'>Gästebuch</a>
    </td>
  </tr>
  <tr>
    <td class='LINK' height='40'>

<a href='index.php?action=impressum'>Impressum</a>
    </td>
  </tr>
</table>

</div><div width='600' valign='top'>

<div class='CONTENT'>
  Home
</div>

</div>

Weiß jemadn was falsch ist? Danke!