View Full Version : Userlookup Trouble o.O


NovaDoll
01-24-2005, 04:35 PM
Well...I want a userlookup that has tables for a Wishlist and for a Avatars bit. Can anyone help?

NovaDoll
01-24-2005, 04:41 PM
I just want to know the codes to have an avatar bit, an about me bit, and a wishlist bit
Like the table on this one : http://www.neopets.com/randomfriend.phtml?user=dusty_ginger

chazvik
01-24-2005, 04:50 PM
Its quite simple (i hope :))

<table class="info" cellpadding="0" cellspacing="5">
<tr><td align="center" width="150" valign="top">

<div class="menu"><b></b></div>
<br><div style="overflow:auto; height:152px">

pictures
pictures
or whatever you want
goes here
</div>
</td>

<td align="center" valign="top">
<div class="menu" align="center"><b>stuff</b></div>



<img src="http://www.boomspeed.com/starlight/mbanner.gif">
</td>

<td align="center" width="150" valign="top">
<div class="menu"><b>stuff</b></div>
<br><div style="overflow:auto; height:152px">
blah
blah blah
blah

</div>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<div class="menu" align="center"></div>
blah blah whatever youw ant
goes here
</td>
</tr>
<tr>
<td align="center" colspan="3">

<div class="menu" align="center">HOPE I COULD HELP NOVADOLL LOVE FROM CHAZVIK :)</div>
</td>
</tr>
</table>

Hope it helps :)

to view what it looks like; http://photobucket.com/practice.php?id=aa8gn

thedolphin836
01-30-2005, 04:16 PM
or maybe this can help:

you just want the tables right? if you do then just use this:
<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto;">

Your text and images would go here

</div>

just adjust the how far from the left and how far from the top and then put your pictures and text there.