jan: tabelle auf seite einpassen

moin!

eine tabelle ist ja auf ner html-seite automatisch ein paar pixel vom rand versetzt (in alle richtungen) - wie kriegt man es hin daß die tabelle die ganze seite ausfüllt und kein rand mehr zu sehen ist?

(die tabelle hat schon border="0" und <body "style="padding: 0px 0px 0px 0px"> hab ich auch schon probiert)

dank schonmal im vorraus,
jan.

  1. moin!

    eine tabelle ist ja auf ner html-seite automatisch ein paar pixel vom rand versetzt (in alle richtungen) - wie kriegt man es hin daß die tabelle die ganze seite ausfüllt und kein rand mehr zu sehen ist?

    (die tabelle hat schon border="0" und <body "style="padding: 0px 0px 0px 0px"> hab ich auch schon probiert)

    versuch mal ohne das zweite " in <body "style="padding: 0px 0px 0px 0px"> --> <body "style=padding: 0px 0px 0px 0px">

    dank schonmal im vorraus,
    jan.

    1. Aloha!

      (die tabelle hat schon border="0" und <body "style="padding: 0px 0px 0px 0px"> hab ich auch schon probiert)

      versuch mal ohne das zweite " in <body "style="padding: 0px 0px 0px 0px"> --> <body "style=padding: 0px 0px 0px 0px">

      Ähm, wenn, dann hätte das erste " weggemußt:

      <body style="padding: 0px 0px 0px 0px;">

      Die Angaben für Padding kann man kürzer schreiben, und außerdem gibts noch margin, welcher auch (bzw. eigentlich nur) auf 0 Pixel gesetzt werden sollte:

      <body style="padding: 0px; margin: 0px;">

      Wenn das so nicht geht, liegts am CSS-unfähigen Browser. Dagegen ist kein valides Kraut gewachsen.

      - Sven Rautenberg

      1. danke, margin war's, mit das zweite meinte ich ich aber trozdem das "zuviele" vor dem style..

    2. versuch mal ohne das zweite " in <body "style="padding: 0px 0px 0px 0px"> --> <body "style=padding: 0px 0px 0px 0px">

      is im original ohne das zweite "  - ich hatte es nicht kopiert sondern per hand hier reingeschrieben. es funktioniert also wirklich nicht..