Sipatshi: W3C (height=" ")

Beitrag lesen

Hallo Zusammen,

der W3C-Validator zeigt mir bei folgenden Code 1 Fehler an. Das "height" Attribut wird als Fehler anzeigt. Wie kann ich dieses Problem lösen?

<style type="text/css">
<!--
.a { background-image: url(../back1.gif); }
.b { background-image: url(../back2.gif); }
-->
</style>

<body>
<table width="527" height="161" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="157" height="161" class="a" > test </td>
    <td width="370" height="161" class="b" > test </td>
  </tr>
</table>
</body>