#e61919
Product Manager
12218
0
1
Mar 11, 2017 17:47:30 GMT -8
Matej
This is my status!
17,630
August 2003
wooper
|
Post by Matej on Jun 20, 2005 21:59:51 GMT -8
<script> //Set Board cell height on main page //wooper
var height = "150"; //set the desired height here
var cell = document.getElementsByTagName("TD"); for(j=0;j<cell.length;j++) { if (cell[j+1].width=="1%" && cell[j+2].width=="1%" && cell[j].className == "windowbg2") { cell[j].height=height; cell[j].vAlign="middle"; cell[j].align="center"; cell[j+3].vAlign="middle"; }} </script>
Main Footer You can change the height of the cells with this code.
|
|