Ramenlose Tabelle nur mir CSS
Martin
- css
0 Julian Hofmann0 Martin
hallo,
was muss ich tun um eine völlig abstands/rahmenlose tabelle in css zu definieren?
ich habe folgende css für meine tabelle:
cell-padding:0px;
border-spacing:0px;
padding : 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
border-style : none none none none;
border-width : 0px 0px 0px 0px;
es wird trotzdem noch ein rahmen zwischen den einzelnen tds dargestellt obwohl ich bei den tds die selben border/padding etc werte habe.
wenn ich im table-tag cellspacing="0" cellpadding="0" hinzufüge wird es so dargestellt wie ich es mir vorstelle.
könnt ihr mir einen tipp geben?
martin
Hallo.
cell-padding:0px;
Sicher, dass es das gibt?
Dir dürfte noch eines fehlen:
border-collapse : collapse;
Sollte dann klappen.
Grüße asu Bayreuth
Julian
hi Julian,
vielen dank
hat funktioniert
grüße aus der nähe von ingolstadt
martin
Hallo.
cell-padding:0px;
Sicher, dass es das gibt?
Dir dürfte noch eines fehlen:
border-collapse : collapse;
Sollte dann klappen.
Grüße asu Bayreuth
Julian