|
Post by Bradley on Jul 7, 2005 17:20:01 GMT -5
This will remove the title bar (the bar that says Forum Name; Topics; Posts; Last Post).
Main Footers (unless you have sub-boards that you also want the bar removed from, then global footers)
<script type="text/javascript"> <!-- var td = document.getElementsByTagName("td"); if(!(location.href.match(/action=/i)) || location.href.match(/action=logout/i)){ for(i=0;i<td.length;i++){ if(td.width=="1%" && td.firstChild.innerHTML.match(/^\d+$/)){ td.width="6%"; } else if(td.width=="8%"){ td.width="6%"; } else if(td.className=="titlebg" && td.innerHTML.match(/(forum name|sub-boards)/i)){ td.parentNode.style.display="none"; } } } //--> </script>
|
|