Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Remove Underline (14th Feb 08 at 4:38am UTC) | |  Code: - <script type="text/javascript">
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].className=='title2' && get('td','tag')[i].colSpan=='3'){
- get('td','tag')[i].getElementsByTagName("a")[1].removeAttribute("href");
- get('td','tag')[i].getElementsByTagName("font")[0].innerHTML = "[" + get('td','tag')[i].getElementsByTagName("font")[0].innerHTML + "]";
- }
- }
- </script>
Main footer! | |
|