for the search, my way to preload images! haha

ATTENTION:: These are old tutorials, click on the tutorials link right above this to see the newest tutorials

Space Above Profile

written by John

Theres 2 ways to do this, but one way I was told could get your account remove cause its moving the advertisement down from the top of your page. This way will put a space above your profile, and below the navigation bar and advertisement. The first block of codes below you can put in whatever section you would like. Perferably the "About Me" section will work fine. You can change everything that is blue to whatever you would like. Some people like to put a picture there, but you can do whatever you would like.

<div class="topBanner">
<img src="http://url.to/picture.gif">
</div>

The next set of lines go between your style tags, theres a link on the side of this page to tell you what they are if you dont know. Change what is blue to whatever the height you would like it to be. Both of those values should be the same as you can see below.

table table {margin-top:200px;}
div table table, table table table {margin-top:0;}

.topBanner {width:800px; height:200px; position:absolute; top:140px; left:50%; margin-left:-400px; text-align:center;}