Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Aug 24, 2005 19:35:16 GMT
Global Footer This will change the Announcement text and the color of the text. Edit the purple and the green.
<script type="text/javascript"> <!-- var replaceText="Important - Read:"; var color="FF6600";
var td=document.getElementsByTagName('td'); for(e=0;e<td.length;e++) { if(td[e].width.match(/4(3|8)%/) && td[e].className=="windowbg" && td[e].innerHTML.match(/Announcement: </)){ td[e].innerHTML=td[e].innerHTML.replace('Announcement:','<font color="'+color+'">'+replaceText+'<\/font>'); } } //--> </script>
|
|