|
Post by wooper on Aug 28, 2005 10:40:09 GMT -5
Global Headers: <style> .signature {background-color: #123456;} </style>
Global Footers: <script> var TD = document.getElementsByTagName("TD"); for (i=0; i<TD.length; i++) { if (TD[i].className.match("windowbg") && TD[i].align=="left" && TD[i].vAlign=="bottom" && TD[i].lastChild.nodeName=="FONT") { sig=TD[i].lastChild; sig.parentNode.insertBefore(sig.firstChild,sig); var newsig=document.createElement("div"); sig.innerHTML='<div class="signature">'+sig.innerHTML+'</div>'; } } </script>
Changes the class of the signature cell, allowing you to change the color of the signature background. And thanks to snap for fixing the code... It didnt work how I wanted to
|
|