|
Post by hondarider on Mar 10, 2007 1:05:18 GMT
<script type="text/javascript"> <!-- /* remove border between on/off cell and board cell by hondarider */
var w = "5"; // Width of on/off cell
var td = document.getElementsByTagName("td"); if(location.href.match(/action=home$/i) || !location.href.match(/action=/i)){ for(i=0; i<td.length; i++){ if(td.className == "windowbg" && td.width == "8%" && td.align == "center"){ td.style.display = "none"; td[i+1].colSpan = "2"; td[i+1].innerHTML = "<table width='100%' border='0'><tr><td align='center' width='"+w+"%'>"+td.innerHTML+"</td><td width='65%'>"+td[i+1].innerHTML+"</td></tr></table>"; } } } // --> </script>
Global(if you want to affect sub-boards) or Main Footer. This will remove the border between the on/off cell and the board cell.
|
|