hi,

wollte in meiner Tabelle, noch zwei Seitliche Tabellen haben.



HTML-Code:
<table width="100%" cellpadding="4" cellspacing="1">
<tr>
  <td class="top" colspan="4"><b>&raquo; [sticky] [intern] [titel]</b></td>
</tr>
<tr>
  <th rowspan="4" widht="3">
  <td class="maintop" width="1%" align="center">[kat]</td>
  <td class="maintop" valign="top"><b>[nautor]:</b> [autor]<br>
              &nbs p;              &nbs p;     <b>[ndatum]:</b> [datum]<br>
              &nbs p;              &nbs p;     <b>[ncomments]</b> [comments] [viewed]<br>
              &nbs p;              &nbs p;     <p align="left">[links]</p></td>
</tr>
<tr>
  <td class="main" colspan="2">
    <table width="100%" class="main">
      <tr>
        <td class="main">[text][klapp]</td>
      </tr>
      <tr id="more[id]" style="display:[display];">
        <td class="main">[more]</td>
      </tr>
    </table>
  </td>
</tr>
<tr>
  <td class="bottom" colspan="4">&nbsp;</td>
</tr>
<tr>
  <td>&nbsp;</td>
</tr>

</table>
<table width="100%" cellpadding="4" cellspacing="1">
[showmore]
<div align="left">
  <table border="1" width="0" height="3">
    <tr>
      <td width="0" height="3"></td>
    </tr>
  </table>
</div>
Wo muss ich was reinschreiben, damit es so ausehen soll. Kriege nur auf der einen Seite die Tabelle hin. Wie kriege ich sie auf die andere auch hin?

MFg