QUOTE(k_atastrophik @ May 4 2006, 5:26 PM)

[EDIT]
Okay so i was looking in the source code some more and I found the code that puts this image at the top, but i can't find the code that moves the whole myspace down so that the ad doesn't cover the image.
this is what puts the image up there.
CODE
<tr valign="top">
<div class="topbanner">IMG URL HERE</div>
<style>
div.topbanner {
position: absolute;
top: 20;
left: 49%;
margin-left: -310px;
width: 648px;
height: 360px;
}
</style>
can someone help me find the one to move the myspace down?
Could you not use that code, and wrap the rest of the layout in a DIV tag, giving it a name? Then you could move that down as much as you wanted with CSS. Sorry, I haven't tested that or anything, just brainstorming...