I need a code that will remove the head and base images from my welcome table please.
BUMP
Nevermind I figured it out myself. I'm pretty happy with myself I getting the hang of JavaScript.
This is what I did:
Global HeaderCode:
- <script type="text/javascript">
- <!--
- /* Remove Welcome and User Table Header and Base Images
- by GlitchesSocom
- www.GlitchesSocom.vforums.co.uk */
- var h=document.getElementsByTagName("table");
- for(i=0;i<h.length;i++)
- if(h[i].className=="head welcometable")
- h[i].style.display="none";
- var b=document.getElementsByTagName("table");
- for(i=0;i<b.length;i++)
- if(b[i].className=="base welcometable")
- b[i].style.display="none";
- // -->
- </script>
I'll try and see what I can do on this. If I can do this, then i'll have it to you some time tomorrow
![]()
Nevermind I figured it out myself. I'm pretty happy with myself I getting the hang of JavaScript.
This is what I did:
Global HeaderCode:
- <script type="text/javascript">
- <!--
- /* Remove Welcome and User Table Header and Base Images
- by GlitchesSocom
- www.GlitchesSocom.vforums.co.uk */
- var h=document.getElementsByTagName("table");
- for(i=0;i<h.length;i++)
- if(h[i].className=="head welcometable")
- h[i].style.display="none";
- var b=document.getElementsByTagName("table");
- for(i=0;i<b.length;i++)
- if(b[i].className=="base welcometable")
- b[i].style.display="none";
- // -->
- </script>
Hey maybe you just didn't see this sorry and thanks anyways![]()
oh sorry I was on a lagging pc when I looked at the threadwell good luck then