Robert: Eine rand- und rahmenlose Tabelle

Beitrag lesen

Hi

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

richtig müsste sein:
<table style="padding:0px; border-spacing=0px; border: solid 0px #000000">

wichtig ist also:
statt cellpadding in style "padding:wert" ;)
statt cellspacing in style "border-spacing:Wert"
bei "border:..." immer Rahmen-Art/-Dicke/-Farbe zB: "border:solid (durchgezogen) 0px #000000"