9 lines
172 B
HTML
9 lines
172 B
HTML
<html><body bgcolor=#c0c0c0>
|
|
|
|
<table border=5 height=100%>
|
|
<tr>
|
|
<td>This table is set to a height of 100%. It should just fit the page.</td>
|
|
</table>
|
|
|
|
</body></html>
|