Hallo, ich habe bei dreamweaver eine seite erstellt. Es wird aber nicht richtig dargestellt (benutze den MS Internet Explorer 6.0) und dreamweaver teilt mir immer eine Fehlermeldung mit. Vielleicht könnt ihr mir helfen. Sie lautet:
Das Tag: "table" hat kein Attribut: "height" in den aktuellen Versionen.[XHTML 1.0 transitional]
Ich habe es auch nur als html-file gemacht. Dann kommt aber die Meldung:
Das Tag: "table" hat kein Attribut: "height" in den aktuellen Versionen.[HTML 4.0]
Es bezieht sich auf das erste hier geschriebene height. Bitte helft mir!!!!! GIbt es eine ALternative oder wie kann man es sonst machen??? Vielen Dank schon mal. MFG Daniel
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#000000">
<td width="20%" height="10%"> </td>
<td width="20%" height="10%" bgcolor="#000000"><div align="center" class="Stil1">home</div></td>
<td width="20%" height="10%"> </td>
<td width="20%" height="10%"><div align="center" class="Stil1"><a href="#" class="textlink" onclick="window.top.close();">schliessen</a></div></td>
<td width="20%" height="10%"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
<td height="90%" colspan="3" rowspan="9" valign="top" bgcolor="#8692a5"> </td>
<td width="20%" height="90%" rowspan="9" valign="top" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
<tr>
<td width="20%" height="10%" bgcolor="#000000"> </td>
</tr>
</table>
</body>