|
Post by wooper on Aug 28, 2005 10:38:07 GMT -5
<script> //remove views cell //wooper var TD = document.getElementsByTagName("TD"); for (i=0;0<TD.length;i++) { if(TD[i].width=="4%" && TD[i-1].width=="4%" && (TD[i].className == "windowbg" || TD[i].className == "catbg")) { TD[i].style.display = "none"; } } </script>
Board Footers
|
|