|
Post by Ross on Jan 29, 2006 11:21:19 GMT -5
Main Footer<script type="text/javascript"> <!-- /* attach info center to boards - ross 101support.proboards43.com */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var table = document.getElementsByTagName('table'); for(i=0; i<table.length; i++) { if(table.item(i).width == '100%' && table.item(i).className == 'bordercolor' && table.item(i).innerHTML.match(/<b>info center<\/b>/i)) { while(table.item(i).previousSibling.nodeName.match(/^br$/i)) { table.item(i).parentNode.removeChild(table.item(i).previousSibling); } } } } //--> </script>Removes the gap between the info center and the boards.
|
|