Hallo.
Also, ich baue eine Tabelle deren oberste Zeile aus Bildern besteht.
Darunter kommt eine Zeile die nur einen Querbalken enthält. Soweit so gut, nur leider, egal wie ich es drehe und wende, es ist immer ein dummer Abstand dazwischen, es soll aber kein Abstand da sein.
Habs auch schon mit CSS Spacing und Padding versucht, überall die Height mit angegeben, nichts hilft. Ich kriege den Zwischenraum da nicht weg. Kann mir jemand da helfen? Was übersehe ich?
Danke, hier mein KOT:
-->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" nowrap>
<img src="pics/logo.jpg" width="227" height="119" border="0">
</td>
<td valign="top" nowrap>
<img src="pics/balken1.jpg" width="5" height="119" border="0">
</td>
<td valign="top" nowrap>
<img src="pics/head.jpg" width="734" height="119" border="0">
</td>
<td valign="top" nowrap>
<img src="pics/balken1.jpg" width="5" height="119" border="0">
</td>
<td valign="top" nowrap>
<img src="pics/dot.jpg" width="53" height="119" border="0">
</td>
</tr>
<tr>
<td valign="top" nowrap colspan="5">
<img src="pics/balken2.jpg" width="1024" height="5" border="0">
</td>
</tr>
</table>
<--
Ergebnis: http://mkunz.dnsalias.net/dschmidt/index.asp
MfG,
Gott50000