Andreas: Tabellenrahmen

Liebe Forumsnutzer,

ich habe folgende Tabellen erstellt, bekomme es aber einfach nicht hin, daß die rechte Tabelle direkt an die Haupttabelle anschließt und als Rahmen dient, wie bei der unteren Tabelle. Bin für jeden Tip dankbar.

Beste Grüße
Andreas

<table style="margin:0;" align="center" cellpadding="0" cellspacing="0" width="95%" height="455" bgcolor="white">
    <tr>
        <td width="765" height="596">
            <div align="left">
<table style="font-family:Verdana,sans-serif; font-size:11;" cellpadding="0" cellspacing="0" width="100%" height="455">
    <tr>
        <td width="97" height="100" bgcolor="#A9DA78">
                    </td>
        <td width="646" height="100" align="right" valign="top" bgcolor="#A9DA78">
            <p style="margin-right:20;"><font size="4">text</p>
        </td>
    </tr>
    <tr>
        <td width="97" height="450" align="left" valign="top" bgcolor="#A9DA78" bordercolor="black" style="text-indent:10px;">
            <p><font color="black">link1</font></p>
            <p><font color="black">link2</font></p>
            <p><font color="black">link3</font></p>
            <p><font color="black">link4</font></p>
            <p><font color="black">link4</font></p>
            <p><font color="black">link5</font></p>
            <p>link6</p>

</td>
        <td width="640" height="450" align="center" valign="top">
            <p align="center">&nbsp;</p>
            <p align="center">&nbsp;</p>
            <table style="font-family:Verdana,sans-serif; font-size:11;" align="center" cellpadding="0" cellspacing="0" width="75%">
                <tr>
                    <td height="123" valign="top" colspan="2">
                        <p>text2</p>
                    </td>
                </tr>
                <tr>
                    <td height="200">
                        <p align="center">&nbsp;</p>
                    </td>
                    <td height="200">
                        <p align="center">&nbsp;</p>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
    <tr>
        <td width="97" height="30" align="left" valign="top" bgcolor="#A9DA78" bordercolor="#A9DA78">
            <p>&nbsp;</p>
        </td>
        <td width="646" height="30" align="center" valign="top" bordercolor="#A9DA78">
            <p style="margin-right:20;" align="right">(c) 2005 kjshfdksj kjsd
            kasj. · Impressum · E-Mail: ksadfksjdskaj@jhfdkjhksdh.de</p>
        </td>
    </tr>
</table>
<table bgcolor="#A9DA78" cellpadding="0" cellspacing="0" style="margin:0;" width="100%">
    <tr>
        <td width="765" height="2">
              </td>
    </tr>
</table>
            </div>

</td>
        <td width="2" height="450" bgcolor="#A9DA78" bordercolor="white">

</td>
    </tr>
</table>

  1. hallo andreas:

    nicht dass:

    <td width="765" height="596">
                <div align="left">

    sondern dass:
    <td width="765" height="596" align="left">

    und wenn ich mich nicht irre, dann muss das height da auch noch raus und in den <tr> rein

    grüße - binni