Mase: margin:0px ?

Hallo,
auf meiner seite http://www.sirnick.de habe ich einen table. wie schaffe ich es jetzt, dass da keine außenränder sind und warum sind die automatisch immer da ? das klappt nicht mit margin:0px;

mfg

Mase

  1. Hi Mase,

    setz das margin:0px in das Body-Tag.

    Schönes Wochenende

    die Knappschaft

  2. Hi Mase,

    auf meiner seite http://www.sirnick.de habe ich einen table. wie schaffe ich es jetzt, dass da keine außenränder sind und warum sind die automatisch immer da ? das klappt nicht mit margin:0px;

    du musst das beim Body, nicht bei der Tabelle definieren:

    <style type="text/css">
    <!--
     body { margin:0; padding:0; }
    -->
    </style>

    LG Orlando