I attempted to do some extra work on my userlookup, namely adding the following:
Quote:
<map name=a>
<area shape=rect coords="1,6,134,41" href=/addpet.phtml>
<area shape=rect coords="1,42,134,76" href=/petcentral.phtml>
<area shape=rect coords="1,77,134,111" href=/explore.phtml>
<area shape=rect coords="1,112,134,146" href=/gameroom.phtml>
<area shape=rect coords="1,147,134,181" href=/neomessages.phtml>
<area shape=rect coords="1,182,134,216" href=/objects.phtml>
<area shape=rect coords="1,217,134,251" href=/neoboards/index.phtml>
<area shape=rect coords="1,252,134,286" href=/nf.phtml>
<area shape=rect coords="1,287,134,321" href=/stuff.phtml>
<area shape=rect coords="1,322,134,356" href=/help.phtml>
<area shape=rect coords="1,357,134,391" href=/loginpage.phtml>
<area shape=rect coords="1,392,134,426" href=/logout.phtml></map>
However, Neopets deletes the code as soon as you "save" your userlookup code.
The purpose of this code is to line up the links on the sidebar with the buttons that a custom image uses. Normally, people just tell their sidebar to use the default link map (it's in the source of every neopets page). I thought I'd redefine the map myself since my buttons are quite out of alignment with the code (I can't change the buttons because they're all supposed to be equal).
So does anyone know if this is possible? Is there some other code i need to implement so that neopets doesn't delete it, or an alternate way to declare the map?