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 Info Center Icons by Chris
// Do not redistribute without permission of the creator

var aTD = document.getElementsByTagName("td");
if(!location.href.match(/action=/i) || location.href.match(/action=home/i)){
for(a=10;a<aTD.length;a++){
if(aTD[a].width == "5%" && aTD[a].className == "window1 center"){
aTD[a].style.display = "none";
}
}
}
</script>



This will remove the info center icons (the icons to the left of the info center sections.)

The module goes in your main footers.

newBookmarkLockedFalling