denito: Eine rand- und rahmenlose Tabelle

Beitrag lesen

Hallo!

Ich habe folgendes Problem. Ich will eine Tabelle ausschließlich mit CSS formatieren und sie gänzlich rand- und rahmenlos machen.

In HTML mache ich das mit:

<table border=0 cellpadding=0 cellspacing=0>

In CSS bekomme ich das nicht hin. Ich nutze folgende Formatierung:

<table style="padding:0px; margin:0px; border:0px">

Es bleibt jedoch immer noch etwas Zwiswchenabstand zwischen Tabelleninhalt und Tabellenrand.

Was mache ich falsch?

Viele Grüße
denito