|
Post by Bradley on Jun 16, 2005 17:43:55 GMT -5
This removes the on/off icons on the main page.
Footers
<script type="text/javascript"> <!-- var tds = document.getElementsByTagName('TD') for(i=0;i<tds.length;i++){ if(tds.width=="8%"){ tds.style.display="none";}} for(i=0;i<tds.length;i++){ if(tds.innerHTML.match("Forum Name") && tds.className=="titlebg"){ tds.colSpan='1';}} // --> </script>
|
|