rarRAR
Super Member
[N4:#russellbarnard####]
Posts: 83
|
Post by rarRAR on Feb 6, 2007 7:22:16 GMT
This code will remove the double gender text when you add a custom graphic with text.
Placement: Global Footers Coded By: SpectrumUk
<script> //coded by spectrum //do not repost without my permission //use on your proboards forum //keep this header always intact // http://specukgfxs.proboards55.com var TD=document.getElementsByTagName('td'); for(x=0;x<TD.length;x++){ if(TD[x].width=="20%" && TD[x].vAlign=="top" && !TD[x].innerHTML.match(/Guest/i)){ TD[x].innerHTML = TD[x].innerHTML.replace('Gender: Male',''); TD[x].innerHTML = TD[x].innerHTML.replace('Gender: Female',''); }} </script>
Note: This code also works within Google Chrome.
|
|
|
Post by BossAlien on Feb 6, 2007 8:54:08 GMT
is this what we need to do?
|
|
rarRAR
Super Member
[N4:#russellbarnard####]
Posts: 83
|
Post by rarRAR on Feb 6, 2007 15:54:41 GMT
Yeah but this one only works for firefox so far.
|
|
|
Post by BossAlien on Feb 6, 2007 16:42:41 GMT
okay cool
|
|