|
Post by mrhotshotbillup on May 27, 2006 13:47:39 GMT -5
Main Footer...
Simply puts back to top in the info center. I know there are alot of these but mine was made on Reply #6 on Feb 26, 2006, 3:23pm as a request.
<script> /*Copyright 2006 mrhotshotbillup. Do not repost or edit.*/ var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br /><center><a href='#'>Back to top</a></center>" }} </script>
|
|