Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 11, 2005 21:26:40 GMT
Main FooterEdit the Red with gap size and full image URLs <script type="text/javascript"> <!-- /* seperate news fader 101support.proboards43.com */
var iHead="URL"; //Head Image URL var iFoot="URL"; // Foot Image URL var iGap="20"; // Gap Size
// Do not edit below var tab=document.getElementsByTagName("table"); if(!document.location.href.match(/action=/) || document.location.href.match(/action=home/)){ for(e=0;e<tab.length;e++){ if(tab[e].width=="92%" && tab[e].cellSpacing=="0" && tab[e].align=="center" && tab[e+2].innerHTML.match(/newstitlebg/)){ var head=tab[e+2].insertRow(0).insertCell(0); head.innerHTML='<center><img src="'+iHead+'" /></center>'; var foot=tab[e+2].insertRow(3).insertCell(0); foot.innerHTML='<center><img src="'+iFoot+'" /></center>'; var gap=tab[e+2].insertRow(4).insertCell(0); gap.height=iGap; tab[e+1].className=""; tab[e+1].bgColor=""; tab[e+2].cellSpacing="0"; tab[e+2].border="0"; tab[e+2].cellPadding="0"; } } } //--> </script>
|
|