Hallo Ihr,
ich möchte in eine Tabellenzelle ein Bild einfügen. Die Zelle ist 10px hoch, das Bild auch. Leider wird beim IE unter dem Bild ein kleiner Rand angezeigt, beim Firefox ist dieser weg. Wie bekomme ich das denn so hin, dass beim IE der Abstand weg geht?
Vielen Dank für eure Antworten!
Gruß, md
Hier der Code (Ausschnitt)
Code
<TABLE BORDER="1" WIDTH="100%" HEIGHT="100%" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="150" HEIGHT="20" BGCOLOR="#BCDBDB">
</TD>
<TD WIDTH="20" style="line-height:0.0em">
[img]./bilder/1.gif[/img]
</TD>
<TD WIDTH="20" BGCOLOR="#FF80C0">
</TD>
<TD WIDTH="50" BGCOLOR="#FF80C0">
</TD>
<TD COLSPAN="2" BGCOLOR="#FF80C0">
</TD>
</TR>
</TABLE>
Alles anzeigen