View Single Post
  #4  
Old 07-10-2007, 08:22 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: How do I get rid of this?

Does look related to offers, here's the offending code:

Code:
<div class="OffersBox"> </div>

Where it's located is a different story, I would search through the skin files for "OffersBox." If you have ssh access you can do this with the command:

grep -lr OffersBox *
Reply With Quote