View Full Version : How can I remove my neopets from userlookup?


Sarahx3
09-09-2005, 11:38 PM
Hey,

I've been looking for the CSS code to remove your neopets from your userlookup.
If anyone knows this CSS please post it. Thanks alot!

<3 :guitar:

short_gurli
09-10-2005, 07:25 PM
its not legal (on neopets) to remove ur pix...i think...or was that just text?....Try this code...

<style type="text/css">
object, hr, form, input, img, center font b, tr td a div { display: none; }


It removes everything BUT the text...if thats what ur looking for.

hdshngout
09-10-2005, 07:56 PM
i dont think they really care as long as there is some sort of navagation and the copyright displayed. Here is a code to hide all of your stats.

<style>
b.stats{width:600;border:1px dashed #ffffff;background-color: #ffffff;filter:alpha(opacity=1);position:absolute; top:220;left:140;width:670;height:580px;overflow:a uto;}
</style>
<b class="stats">

(works in most broswers)

short_gurli
09-10-2005, 08:03 PM
i dont think they really care as long as there is some sort of navagation and the copyright displayed. Here is a code to hide all of your stats.

<style>
b.stats{width:600;border:1px dashed #ffffff;background-color: #ffffff;filter:alpha(opacity=1);position:absolute; top:220;left:140;width:670;height:580px;overflow:a uto;}
</style>
<b class="stats">

(works in most broswers)

but if u do that and they found out they will most likley freeze you.,

hdshngout
09-10-2005, 08:06 PM
no, ive asked them. it took a while to reply but they said as long as their menu or some sort of nav was visable, and the copyright was intact, it was ok.

i use it on my layout as a fake frozen account. and they dont care.

short_gurli
09-10-2005, 08:40 PM
ohhh! really? so u could rewrite ur whole thing?

hdshngout
09-10-2005, 08:50 PM
yeah, so long as if you modify/remove the menu, there is still a nav on your page and the copyright is still dispalyed. As long as you meet those requirements, they dont care. :) :) :)

short_gurli
09-10-2005, 08:54 PM
yeah, so long as if you modify/remove the menu, there is still a nav on your page and the copyright is still dispalyed. As long as you meet those requirements, they dont care. :) :) :)
how did u know my page? anywyas....what do u mean by modifying the menu? ....where is it (the menu)"?

Sarahx3
09-11-2005, 09:36 PM
Okay...thanks everyone. :cool: