|
Posted by Edwin van der Vaart on 06/26/05 21:39
Martin Pöpping wrote:
> 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?
Put the height's and width's in a stylesheet e.g.
Some where between the <head>
<style type="text/css">
table {width: 100%; height: 100%;}
</style>
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
Navigation:
[Reply to this message]
|