koolaid
11-04-2006, 09:10 AM
Ok i cannot solve this problem, it's really weird..
I am trying to create a table that fills the whole screen, so 100% width & height
i have tried the following code:
<html>
<head>
<title>Test page</title>
</head>
<body>
<table border="1" width="100%" heigth="100%">
<tr>
<td>Testing!/td>
</tr>
</table>
</body>
</html>
But somehow it only goes 100% width but NOT 100% heigth... am i really that stupid or what :confused:
I am trying to create a table that fills the whole screen, so 100% width & height
i have tried the following code:
<html>
<head>
<title>Test page</title>
</head>
<body>
<table border="1" width="100%" heigth="100%">
<tr>
<td>Testing!/td>
</tr>
</table>
</body>
</html>
But somehow it only goes 100% width but NOT 100% heigth... am i really that stupid or what :confused: