inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 5, 2005 3:51:16 GMT -8
<script type="text/javascript"> <!--
// Different board link colors
var iCell = document.getElementsByTagName("td");
function colBoardLink(id, color){ var re = new RegExp("board=" + id,"i"); for(c = 0; c < iCell.length; c ++){ if(iCell.item(c).className == "windowbg2" && iCell.item(c).width == "66%"){ if(iCell.item(c).getElementsByTagName("a").item(0).href.match(re)){ iCell.item(c).getElementsByTagName("a").item(0).style.color = color; } } } }
colBoardLink("BOARD ID", "COLOR"); colBoardLink("BOARD ID", "COLOR");
//--> </script>
Add to main footer.
Just add the board id and the color you want the link to be.
|
|