|
Post by Tommy Huynh on Nov 13, 2004 16:30:09 GMT -5
Place this in your footers to move your title bar under your catagory bar. Footers<script type="text/javascript"> <!-- /* Copyright Gray Grid Designs swg.proboards4.com This code is allowed to be posted anywhere as long as this header is intact */
var TA = document.getElementsByTagName("TABLE"); for(t=0;t<TA.length;t++){with(TA[t]){ if(rows[0].cells[0].innerHTML.match(/forum name/i) && cellPadding=='4' && width=='100%'){ rows[0].style.display = 'none'; for(r=0;r<rows.length;r++){with(rows[r]){ if(cells[0].innerHTML.match(/cattext/i) && !cells[0].innerHTML.match(/action=markallboardsread/i)){ var newRow = parentNode.insertRow(rowIndex + 1); var newCellA = newRow.insertCell(0); var newCellB = newRow.insertCell(1); var newCellC = newRow.insertCell(2); var newCellD = newRow.insertCell(3); newCellA.className = 'titlebg'; newCellA.colSpan = '2'; newCellA.innerHTML = '<font class="titletext" size="-1"><b>Forum Name</b></font>'; newCellB.className = 'titlebg'; newCellB.width = '1%'; newCellB.innerHTML = '<font class="titletext" size="-1"><b>Topics</b></font>'; newCellC.className = 'titlebg'; newCellC.width = '1%'; newCellC.innerHTML = '<font class="titletext" size="-1"><b>Posts</b></font>'; newCellD.className = 'titlebg'; newCellD.width = '24%'; newCellD.innerHTML = '<font class="titletext" size="-1"><b>Last Post</b></font>';}}}}}} // --> </script>No modifications needed.
|
|