For Neopets ONLY discussion.
Topic locked

Lookup help

Tue Aug 30, 2005 8:04 am

I was wondering how to change part of the side bar, at the very top, where it says Neopets Name:#### Pet:#### NP: ####

This is what i got so far http://www.neopets.com/randomfriend.phtml?user=dylanp101

Id appreciate any help 0:)

Wed Aug 31, 2005 12:12 am

What sort of changes do you want?

If you have an image to cover it:

Code:
<style type="text/css">
i.bar{background:url(IMAGE URL);height:IMAGE HEIGHT;width:IMAGE WIDTH;position:absolute;top:0;left:0}
</style>
<i class="bar"> </i>


If you put the image url, height and width in the appropriate places, your image will cover the top bar, including the stats up there.

Code:
<style type="text/css">table{background:none}</style>


That should remove the top part completely (and your background should be visible) and keep the text.

If this isn't what you wanted to change, http://home.neopets.com/templates/homepage.phtml?pet_name=csshelp should be able to help.
Topic locked