Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Remove Main Page Legend by Chris

var aTB = document.getElementsByTagName("table");
if(location.href.match(/action=home/i) || !location.href.match(/action=/i))
aTB[aTB.length-1].style.display = "none";
</script>


This will remove that annoying legend from the main page.

The very, VERY top of your Main Footers


Last Edit: Aug 25, 2006 16:52:15 GMT by Chris

newBookmarkLockedFalling