JvM: Validator: height="507" - not valid

Hi,

ich hab eine kleine Page gebastelt (http://jvm.von-mendel.de/tests/pc/index.php) und es ist auch alles valid, bis auf eine Zeile:

<table cellspacing="0" cellpadding="0" width="761" height="507">

Ich versteh aber nicht, was da falsch sein soll, der Validator sagt
Line 17, column 59: there is no attribute "HEIGHT".
Hier der Link:
http://validator.w3.org/check?uri=http%3A%2F%2Fjvm.von-mendel.de%2Ftests%2Fpc%2Findex.php

Schönen Abend,
Julian

  1. Hallo,

    <table cellspacing="0" cellpadding="0" width="761" height="507">

    Es gab noch nie ein height=""

    Grüße
    <img src="http://www.jeenaparadies.it-pc.de/unterschrift.png" border="0" alt="">

    --
    "Of course it does not work, but look how fast it is!"
    1. Hallo,

      Es gab noch nie ein height=""

      Sowas wie <img height="..."> oder <td height="..."> kannst Du aber nicht meinen... ;-)

      Viele Grüße
      Carsten

      PS: sind die Ausgaben des Validators so kryptisch, daß solche Postings neuerdings unter der Rubrik "Barrierefreiheit" abgesetzt werden...?

  2. Hallo Julian,

    <table cellspacing="0" cellpadding="0" width="761" height="507">
    Ich versteh aber nicht, was da falsch sein soll, der Validator sagt
    Line 17, column 59: there is no attribute "HEIGHT".

    das table-Element kennt kein Attribut height: http://www.w3.org/TR/html401/struct/tables.html#edef-TABLE - verwende css (für die anderen Attribute auch gleich).

    Grüße aus Nürnberg
    Tobias

    --
    Selfcode: sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|
  3. Hi,

    <table cellspacing="0" cellpadding="0" style="width: 761px; height: 507px">

    E7