Jump to content

User Lookup Question


Naamah D.

Recommended Posts

Good morning everybody. I want to know how do you get a thing on your user lookup that links to your side accounts? I figured this would be easier than typing on all 5 of my accounts "These are my accounts" or "This is a side account of xxstarbreakerxx". I heard SunnyNeo was expiriencing problems. Do I just paste a link to them(my side accounts) or what?

Link to comment
Share on other sites

<a href="http://www.neopets.com/userlookup.phtml?user=USERNAME">link text</a>

 

^ that makes a link to an account, obviously replace the "username" with your sides' names :P

 

Thanks so much! That was alot easier than typing in "This is a side account of xxstarbreakerxx" on all my sides. Now when people look me up they can see the rest of my Neofamily!

Link to comment
Share on other sites

Guest Yoshinho

Well also I would change link text on your lookup.

 

Try this

-----------

<p>My side accounts are:
<br>
<br><a href="http://www.neopets.com/userlookup.phtml?user=xxzombie_fairyxx"]xxzombie_fairyx</a>
<br><a href="http://www.neopets.com/userlookup.phtml?user=deadly__cupcake"]deadly__cupcake</a> 
<br><a href="http://www.neopets.com/userlookup.phtml?user=zeromancer__love"]zeromancer__love</a>
<br><a   href="http://www.neopets.com/userlookup.phtml?user=xxtoxic_candy98xx"]xxtoxic_candy98xx</a></p>

Link to comment
Share on other sites

  • 3 years later...

That is one way to go Snowbell and it's perfectly fine. You just place your neopet image within the a tag like this:

<a href="NEOPET_URL"><img src="IMAGE_URL" /></a>

And if you have say a total of 20 neopets and don't want to upload 20 pictures you can put them all in an image and do this (assuming that the image containing all 20 neopets has 4 rows and 5 neopets per row sized 100x100:

<img src="IMAGE_URL" width="500" height="400" border="0" usemap="#petMap">
<map name="petMap">
<area shape="rect" coords="0,0,100,0" title="NEOPET_NAME" href="NEOPET_URL">
<area shape="rect" coords="100,0,200,0" title="NEOPET2_NAME" href="NEOPET2_URL">
.
.
.
</map>

This can be tweaked a lot to produce some nice lookup content :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...