RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | | [F] Only head and base on... (18th Feb 08 at 2:52am UTC) | | | Anyone got a code that can make the head and base only on the main table and information center? | |
|
Alex Bailey Senior Member
   
Posts: 503 Status: Offline Gender: Male Location: Uk Age: 34 Joined:
pmmsnaim | | Re: Only head and base on... (18th Feb 08 at 3:00am UTC) | | | Isn't the head and base only on the main table and info center anyway. | |
ting-tong2k6@hotmail.com |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | |
dog199200 Guest | | Re: Only head and base on... (18th Feb 08 at 3:07am UTC) | | | no the images also go around the logo image and the menu | |
|
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: Only head and base on... (18th Feb 08 at 5:57pm UTC) | | try this:
<script> get('table','id')[0].style.display='none'; get('table','id')[3].style.display='none'; </script> | |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | | Re: Only head and base on... (18th Feb 08 at 9:11pm UTC) | | | Where do I put it? I tried global headers and footers and it doesn't work. | |
|
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: Only head and base on... (18th Feb 08 at 9:33pm UTC) | | <script> get('table','tag')[0].style.display='none'; get('table','tag')[3].style.display='none'; </script>
Global Header! ^ use that one. | |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | | Re: Only head and base on... (18th Feb 08 at 9:47pm UTC) | | | Thanks. Is there also something that gets rid of the one in pm bar? with the Logged In as: User No New Private Messages :: Mark All Boards As Read | |
|
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: Only head and base on... (18th Feb 08 at 9:48pm UTC) | | <script> get('table','tag')[4].style.display='none'; get('table','tag')[7].style.display='none'; </script> | |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | | Re: Only head and base on... (18th Feb 08 at 9:58pm UTC) | | Thanks man | |
|