kaibakat69
09-26-2005, 10:30 PM
Okay this is so confusing to explain but bare with me. This has been driving me crazy for month. You know how you have a userlookup and it is set up like a blog where all your stats and text are inside some sort of image thats your background? What is the code for that and is there a website where I can find a tutorial that teaches me how to do that? If anybody can help me i will love them fore life! >_<
lelee148
09-27-2005, 06:27 PM
if you're referring to a "layout-like" lookup like mine (you can visit my lookup at Morgan7456 (http://www.neopets.com/randomfriend.phtml?randomfriend=morgan7456)) then, you're dealing with div elements. Basically, you'll need to add in the following code:
<div style="HEIGHT: auto; OVERFLOW: auto; WIDTH: auto; position: absolute; top: 0; left:0;"><p><img border="0" src="URL OF YOUR LAYOUT HERE"></div>
<b style="overflow: auto; height: REPLACE; width:REPLACE; position: absolute; top: REPLACE; left: REPLACE; font-weight: normal; font-style: arial; class="sotableup">
<br clear=all>
After the "br clear=all", you may add whatever text/images you wish to. The text/images you add will be on the top of your stats however. You will also need to replace the "REPLACE" with a number because the box will be "absolute" meaning you can put it anywhere on your browser.
Additional help with div elements at: http://www.lissaexplains.com/html7.shtml
I hope this would be of some help to you. :)