2 px Platz unter jedem Bild ?

Status
Nicht offen für weitere Antworten.

Hankman

Erfahrenes Mitglied
Hi Leute !

Ich hab hier ne Seite mit ner Tabelle gemacht, wo die Ecken abgerundet, bzw. ne Kante sind (Hier der Link).
Nun ist komischerweise unter jedem Bild 2 px Platz Frei. Weiss jemand warum dass so ist ?
Ich hab margin und padding in der tabelle auf null, margin und padding vom bild auf null. Liegt es vielleicht am zeilenabstand ? Wenn ja, wie kann ich den ändern ? Weil es komischerweise nur am unteren Bildrand dazu kommt.

Ich hoffe, ich hab mich verständlich ausgedrückt ;-)

Bin dankbar für jeden Tipp,
Hankman
 
Nimm mal die Ümbrüche zwischen TDs und Inhalt raus, dann funktioniert es!

Code:
<table class="http://www.nico-tv.de/phoenix_force/" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="http://www.nico-tv.de/phoenix_force/kanteol.gif" width="15" height="15"></td>
		<td><img src="http://www.nico-tv.de/phoenix_force/rando.gif" width="730" height="15"></td>
		<td><img src="http://www.nico-tv.de/phoenix_force/kanteor.gif" width="15" height="15"></td>
	</tr>
	<tr>
		<td><img src="http://www.nico-tv.de/phoenix_force/randl.gif" width="15" height="60"></td>
		<td class="table2">Inhalt !</td>
		<td><img src="http://www.nico-tv.de/phoenix_force/randr.gif" width="15" height="60"></td>
	</tr>
	<tr>
		<td><img src="http://www.nico-tv.de/phoenix_force/kanteul.gif" width="15" height="15"></td>
		<td><img src="http://www.nico-tv.de/phoenix_force/randu.gif" width="730" height="15"></td>
		<td><img src="http://www.nico-tv.de/phoenix_force/kanteur.gif" width="15" height="15"></td>
	</tr>
</table>
 
Status
Nicht offen für weitere Antworten.
Zurück