# Div Coding.. Please Help ! (Pushing my Myspace page down w Banner)

**URL:** https://forum.kirupa.com/t/div-coding-please-help-pushing-my-myspace-page-down-w-banner/291059
**Category:** Uncategorized
**Created:** [June 24, 2009, 4:37am UTC](https://forum.kirupa.com/t/div-coding-please-help-pushing-my-myspace-page-down-w-banner/291059 "2009-06-24T04:37:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ChrisLove](https://avatars.discourse-cdn.com/v4/letter/c/dc4da7/32.png) [@ChrisLove](https://forum.kirupa.com/u/ChrisLove)
#### Post date: [June 24, 2009, 4:37am UTC](https://forum.kirupa.com/t/div-coding-please-help-pushing-my-myspace-page-down-w-banner/291059/1 "2009-06-24T04:37:15Z")

</div>

im ALMOST there…

oughh this is so aggrivating … can somone please tell me what to change to get this banner below the google search, and ads on myspace. just above the menu ??

heres what i have so far, and the banner shows up on the very top.

```auto
<style>
                body{ background-position:top center;margin-top: 302 ;}
                div.topbanner {
                top: 0;
                left: 50%;
                margin-left: -400px; 
                vertical-align: bottom
                width: 800px;
                height: 302px;
                position: absolute;
                }
               </style>
               <div class="topbanner"><img src="http://lovelesscreations.com/flyers/ga_banner.png" /></div>

```
