inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Sept 7, 2005 16:20:04 GMT -8
Main FooterThis will remove the bar saying "Info Center" from the top of the info center. <script type="text/javascript"> <!-- var info=document.getElementsByTagName("td"); for(e=0;e<info.length;e++) if(info[e].className=="titlebg" && info[e].innerHTML.match(/Info Center/)){ info[e].parentNode.style.display="none";} //--> </script>
|
|