#e61919
Product Manager
12218
0
1
Mar 11, 2017 17:47:30 GMT -8
Matej
This is my status!
17,630
August 2003
wooper
|
Post by Matej on Jun 20, 2005 9:18:21 GMT -8
To your board headers add: (global headers and footers works easiest)
<style> .advanced {background-color: #color; background-image: url(URL); } </style>
of course, alter it properly to your board.
To your board footers add:
<script> //change the classname for the advanced moderation cell //code by Wooper for Kapt //do not post this anywhere without my permission var TD = document.getElementsByTagName ("TD"); for(i=0;i<TD.length;i++){ if(TD[i].width=="100%" && TD[i].className == "windowbg2" && TD[i].colSpan == "8") { TD[i].className = "advanced"; } }</script>
|
|