Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jan 23, 2006 16:02:22 GMT
Main Header<div id="info_center"></div>Main Footer<script type="text/javascript"> <!-- /* move info center to top of forum by ross */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var tab = document.getElementsByTagName('table'); for(i=tab.length; i>0; i--) { if(tab.className=="bordercolor" && tab.innerHTML.match(/<b>Info Center/i) && tab.width=="100%") { tab.previousSibling.style.display="none"; tab.previousSibling.previousSibling.style.display="none"; tab.width = "92%"; tab.align = "center"; document.getElementById('info_center').appendChild(tab); break; } } } //--> </script>This will move the info center to wherever you place the header portion of the code
|
|