inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Sept 19, 2005 10:35:29 GMT -8
Was a request.
<script type="text/javascript"> <!--
// Color of the links var linkColor = "red";
function doPostLinkColor(){ var iCell = document.getElementsByTagName("td"); for(c = 0; c < iCell.length; c ++){ if(iCell.item(c).colSpan == "3" && iCell.item(c).firstChild && iCell.item(c).firstChild.nodeName.match(/^hr$/i)){ var pLinks = iCell.item(c).getElementsByTagName("a"); for(a = 0; a < pLinks.length; a ++){ pLinks.item(a).style.color = linkColor; } } } }
if(location.href.match(/action=display/i)){ doPostLinkColor(); }
//--> </script>
Change the bit in bold to the color you want them to be.
Global footer
|
|