![]() |
|
|
+ Search |
![]()
|
Nov 2nd, 2004 02:16
Dragoon Lance 2, Bart Hoeksel,
a way to change a tables hight is to do it through style.
<table border=5 id=t1>
</table>
<script>
document.getElementById("t1").style.height=(screen.height-20);
document.getElementById("t1").style.width=(screen.width-20);
</script>