News Archive

anniesattic
Posted by anniesattic on 22nd of May 2010 at 02:42 PM NST
As we are sure you are all aware a new ad has been added to Neopets which covers the top navigation bar and is effecting all layouts.
Many of you have mailed us with a solution to solving this on our userlookups and petlookups, and they have all been updated and should now work perfectly.


Thank you! You all know who you are!

Should you wish to edit your own userlookups copy and paste these codes somewhere in the middle of the coding for your layout.

For lookups that are aligned to the left of the screen:
 
#ban {display:none;}
#main {margin-top:0px; margin-left:0px;}

For lookups that are aligned to the right of the screen:

#ban {display:none;}
#main {margin-top:0px; margin-right:0px;}
 
For petlookups and lookups that are centered

#ban {display:none;}
#main {margin-top:0px;}
 
We are still checking our other layouts and will keep you posted.