Hans: Tabellen in Tabellen ausrichten

Beitrag lesen

Hallo nochmal!

Zumindest weiß ich jetzt, warum ich mir Gedanken gemacht habe.

Hier also der Quelltext:

<table border="0" cellpadding="0" cellspacing="0" bordercolor="#000000" width="100%">
  <tr>
    <td width="100%" height="142px" colspan="2">
    <div style="position:absolute; top:15px; left:60px;">
 <img src="banner.jpg" width="623" height="138" border="2"   alt="banner"</div>
  </td>
  </tr>
  <tr>
    <td width="25%">

Bis hierher alles o.k., die folgende Tabelle
hätte ich nun gern absolut ausgerichtet:

<div>
<table style="position:absolut; top:200px; left:60px;" border="1" cellpadding="5" width="139px"
 bgcolor="808080" bordercolor="#000000" bordercolorlight="" bordercolordark="#FFE100">
 <tr>
    <td align="center" font color="#000000">
    <font face="Zurich Ex BT" style="font-weight:700">a</td>
 </tr>

usw.

usw.

</table>
</div>

</td>
    <td width="75%">noch leer</td>
  </tr>
</table>

Danke nochmal für jeden Hilfreichen Beitrag!

Gruß Der Hans