Hallo,
wer kann mir helfen?
ich versuche Bilder in einer Tabelle einzubinden. Aber aus irgend einen Grund hat jede Zeile einen unteren Rand von 4 Pixel.
Die Zeilen stele ich auf eine Höhe von 24pixel ein. Das Bild hat auch eine Höhe von 24pixel.
Bsp.:
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" bgcolor="#FFFFFF">
<table cellpadding="0" cellspacing="0" style="border-collapse:collapse;border:2 ridge #F0F0F0">
<tr style="height:24;">
<td>
<img src="./img/bild1.bmp"></img>
</td>
</tr>
<tr style="height:24;">
<td>
<img src="./img/bild2.bmp"></img>
</td>
</tr>
<tr style="height:24;">
<td>
<img src="./img/bild3.bmp"></img>
</td>
</tr>
</table>
</body>
wißt Ihr was ich falsch mache.
gruß
Peter