For Neopets ONLY discussion.
Topic locked

CSS Help

Sun Feb 13, 2005 5:27 am

Does anyone know a code that can change the last spotted stat and partly the shield stat?

Sun Feb 13, 2005 6:22 am

I thought the last spotted stat could only be changed by the premium users (to get Stealth and such) and people who have covered them up with something else would be frozen.

Sun Feb 13, 2005 7:04 am

I was under the same impression as stampsyne. You're not supposed to cover up any of your lookup information, I believe that includes all the text and and shields, sorry :( Having said that, people still continue to cover their shields, according the the csshelp petpage the css for cover the shield is:

Code:
<style>i.shield{background:url(http://www.boomspeed.com/spacefreak/shieldz/redshield.gif);
height:221;width:100;position:absolute;top:360;left:596}</style><i class=shield> </i>


You'll just have to alter the URL to your own one :)
If you're only looking to change say, the month text or something then you'll need to have a graphic that has what you want on it and then just alter the position values in the code so it ends up in the correct location.
Topic locked