Moppelchen: Grafik tabellenbasiert

Beitrag lesen

Hey,

ich habe eine Grafik auf Tabellenbasis erstellt. Alles fügt sich nahtlos zusammen. Nur an der Stelle, wo ich eine neue Tabelle in die alte baue (letzte Zeile der ersten Tabelle) entsteht eine Lücke von 1px.

Hier ist der Code und unten ist ein Link zu der Seite im Netz

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ENSGSI Mission Possible</title>
</head>

<style type="text/css">

table{
    padding: 0px;
    margin: 0px;
}

table tr{
    padding: 0px;
    margin: 0px;
}

table tr td{
    padding: 0px;
    margin: 0px;
}

</style>

<body bgcolor="'000000">

<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>
<td width="377" height="215" rowspan="5"><img src="login/teil1.jpg" width="377" height="215"></td>
<td width="223" height="108" colspan="2"><img src="login/teil2.jpg" width="223" height="108"></td></tr>

<tr>
<td width="161" height="36"><img src="login/teil10.jpg" width="161" height="36"></td>
<td width="62" height="107" rowspan="4"><img src="login/teil4.jpg" width="62" height="107"></td></tr>

<tr>
<td width="161" height="18"><img src="login/teil3.jpg" width="161" height="18"></td></tr>

<tr>
<td width="161" height="36"><img src="login/teil11.jpg" width="161" height="36"></td></tr>

<tr>
<td width="161" height="17"><img src="login/teil12.jpg" width="161" height="17"></td></tr>

<tr>
<td width="600" height="18" colspan="3"><img src="login/teil5.jpg" width="600" height="18"></td></tr>

<tr>
<table width="600" align="center" border="0" cellpadding="0" cellspacing="0">

<tr>
<td width="215" height="67" rowspan="2"><img src="login/teil6.jpg" width="215" height="67"></td>
<td width="90" height="36"><img src="login/teil7_a.jpg" width="90" height="36"></td>
<td width="295" height="67" rowspan="2"><img src="login/teil9.jpg" width="295" height="67"></td></tr>

<tr>
<td width="90" height="31"><img src="login/teil8.jpg" width="90" height="31"></td></tr></tr>

</table>

</body>
</html>