Naamah D. Posted April 26, 2011 Share Posted April 26, 2011 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? Quote Link to comment Share on other sites More sharing options...
Izzy ♥ Posted April 26, 2011 Share Posted April 26, 2011 <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 Quote Link to comment Share on other sites More sharing options...
Naamah D. Posted April 26, 2011 Author Share Posted April 26, 2011 <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! Quote Link to comment Share on other sites More sharing options...
Guest Yoshinho Posted April 27, 2011 Share Posted April 27, 2011 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> Quote Link to comment Share on other sites More sharing options...
Snowbell Posted June 14, 2014 Share Posted June 14, 2014 How would you link neopets then? Like show all of your pet and make them clickable? Quote Link to comment Share on other sites More sharing options...
wolfponies Posted June 15, 2014 Share Posted June 15, 2014 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 :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.