|
Posted by Martin Pöpping on 06/26/05 16:34
Hello,
I´ve a problem with the following lines:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
....
<table width="100%" height="100%">
<tr align="center" valign="middle">
<td> <a href="uberuns.htm" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('Image1','','images/box02.gif',1)"><img
src="images/box01.gif" alt="Weiter zu Pixelpearls.De" name="Image1"
width="334" height="139" border="0"></a>
</td>
</tr>
</table>
.....
http://validator.w3.org/ says:
Line 24, column 27: there is no attribute "HEIGHT"
<table width="100%" height="100%">
What do I do wrong?
Isn´t there an attribute height? So how do I reach that a table fills a
whole site?
Bye,
Martin
--
http://www.completefreestuff.com
[Back to original message]
|