Mathias Brodala: w3.org HTML-validator - wer von uns irrt sich??

Beitrag lesen

Hallo Inita.

du musst schreiben

<table style="height:200px;width:100px">

und dann bekommst du keine fehler ;)

Besser:

table {  
  height:200px;  
  width:100px;  
}

<table>

ist halt ein neues standart

Du meinst sicher „die“ Standart.

Einen schönen Dienstag noch.

Gruß, Mathias

--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]