Is there a way to position text anywhere you want it to go on your userlookup? I know how to do it with images:
i.anypic1{background:url(IMAGE URL GOES HERE);height:80;width:80;position:absolute;top:630;left:575}
</style>
<i class="anypic1"> </i>
I just change the "top" and "left" numbers in order to move the pic where I want it.
So what's the code to move a line of text?
Specifically a linked line of text, this for example:
<a
href="/search.phtml?selected_type=pet&string=RupertRuxpin"><b></i>RupertRuxpin</b></a>
It's appearing centered at the very top of my lookup but I'd like to move it somewhere else.
If you look at the lookup of one of my side accounts you can see what I am talking about:
viggos_exene
You will notice in addition to the 4 pets I have on that account I have positioned 4 pictures of pets from other accounts below. I want to put their linked names underneath their pictures just like it appears underneath the pets that belong to that account.
Any help at all would be greatly appreciated.
Please use small words though because I know nothing about computer coding. I just cut and paste codes from CSSHelp's petpage and other neopians who are generously sharing there expertise and hope I get the results I am looking for.