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 Feb 18, 2006 11:05:12 GMT -8
Main FooterThis simply changes the word 'News' above the news fader on the home page. Just edit the bold with what you would like to change 'News' to <script type="text/javascript"> <!-- /* rename news fader */ if(pb_action == 'home') { var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).className == 'newstitlebg') { td.item(i).firstChild.firstChild.innerHTML = 'News Fader'; break; } } } //--> </script>
|
|