molily: Könnte mir jemand schnell die CSS für diese Tabelle geben.

Beitrag lesen

Hallo,

<table width="100%" cellpadding="5" border="0" cellspacing="0">

table {width:100%;padding:5px;border:0 none;margin:0;}

Wie kommst du auf margin und padding?

table {width:100%; border:0; /* oder border-style:none */ border-collapse:collapse; /* ohne Rahmen aber sowieso witzlos */ border-spacing:0;}
th,td {padding:5px; border:0; /* muss vermutlich nicht explizit angegeben werden */}

Mathias

--
»Emphasize structure through presentation« http://www.w3.org/TR/WCAG20/#structure-emphasis