inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 25, 2005 15:38:23 GMT -8
Global Footer, Edit the Red with the URLs and the Blue with the heights of the Bars <script type="text/javascript"> <!-- /* head & base images on sub-boards by ross 101support.proboards43.com do not redistribute */
var SubHead = "Head Image"; var headHeight="25"; var SubFoot = "Foot Image"; var footHeight="25";
//Do not edit below if(location.href.match(/board=(.+?)(&field=\w+|&order=(asc|desc)|&page=\d+|&moderationmode=\d)*(#\w+)?$/i)) { var Table = document.getElementsByTagName("table"); for(m=0;m<Table.length;m++) { if(Table[m].width.match(/100%/) && Table[m].cellSpacing.match(/0/) && Table[m].innerHTML.match(/Sub-Boards/)){ Table[m].bgColor = ''; Table[m].className = ''; Table[m+1].className="bordercolor"; var iHead = Table[m].insertRow(0).insertCell(0); iHead.height=headHeight; iHead.style.backgroundImage="url("+SubHead+")"; var iBase = Table[m].insertRow(2).insertCell(0); iBase.height=footHeight; iBase.style.backgroundImage="url("+SubFoot+")"; break; } } } //--> </script>
|
|