<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>so I am going to be redesigning my myspace...I need a bit of help...

one thing that I am having the most trouble with is how to get a large banner at the top of the page... 

like this

http://www.myspace.com/scapulaart
http://www.myspace.com/crishowedesigns

anyone know?</body>
  <commented-at type="datetime">2008-08-18T19:59:37-04:00</commented-at>
  <comments-count type="integer">12</comments-count>
  <created-at type="datetime">2008-08-18T16:10:41-04:00</created-at>
  <disabled-at type="datetime" nil="true"></disabled-at>
  <flaggable type="boolean">true</flaggable>
  <flags-count type="integer">0</flags-count>
  <id type="integer">6481</id>
  <is-closed type="boolean">false</is-closed>
  <is-sticky type="boolean">false</is-sticky>
  <last-commenter-id type="integer">6884</last-commenter-id>
  <person-id type="integer">6102</person-id>
  <post-category-id type="integer">1</post-category-id>
  <title>Myspace Help...</title>
  <updated-at type="datetime">2009-11-21T06:36:12-05:00</updated-at>
  <views-count type="integer">335</views-count>
  <comments type="array">
    <comment>
      <body>oooo pick me :)

div.profileWidth {margin-top: 540px !important;}

you set the margin-top value to how high of a space you want

Then you make a new div to put in that space</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:13:54-04:00</created-at>
      <id type="integer">168214</id>
      <person-id type="integer">2329</person-id>
      <updated-at type="datetime">2008-08-18T16:13:54-04:00</updated-at>
    </comment>
    <comment>
      <body>i'll give it a try, i think i know what this means</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:22:10-04:00</created-at>
      <id type="integer">168219</id>
      <person-id type="integer">6102</person-id>
      <updated-at type="datetime">2008-08-18T16:22:10-04:00</updated-at>
    </comment>
    <comment>
      <body>if you need more help you can get me on AIM

AIM: RustyEightMedia</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:23:36-04:00</created-at>
      <id type="integer">168220</id>
      <person-id type="integer">2329</person-id>
      <updated-at type="datetime">2008-08-18T16:23:36-04:00</updated-at>
    </comment>
    <comment>
      <body>i don't have aim...

i'm trying to get this image at the top..

http://i5.photobucket.com/albums/y189/ckythew/myspace.jpg
</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:34:50-04:00</created-at>
      <id type="integer">168228</id>
      <person-id type="integer">6102</person-id>
      <updated-at type="datetime">2008-08-18T16:34:50-04:00</updated-at>
    </comment>
    <comment>
      <body>This is what your going to put in your style sheet:

div.profileWidth {margin-top: 330px !important;}

.headerDiv{
position: absolute;
left: 50%;
top: 0px;
width: 800px;
z-index: 8;
margin-left: -472px
}

Then, you need to declare the div outside the styles, above the rest of your content:

(replace the parenthesis with &lt;  )

(div class="headerDiv")(img src="image location")(/div)

Now its a matter of adjusting the margin-left: value until the image is centered.  The more negative the value, the more to the left it will go, and vice versa.</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:40:57-04:00</created-at>
      <id type="integer">168231</id>
      <person-id type="integer">2329</person-id>
      <updated-at type="datetime">2008-08-18T16:42:07-04:00</updated-at>
    </comment>
    <comment>
      <body>i think i'm an idiot...

i haven't changed my layout in years, maybe i'm using old html

everything was put in
(style)(.style) tags

there is no divs or anything...I understand all this with basic HTML and CSS...but not for myspace

</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:47:48-04:00</created-at>
      <id type="integer">168236</id>
      <person-id type="integer">6102</person-id>
      <updated-at type="datetime">2008-08-18T16:47:48-04:00</updated-at>
    </comment>
    <comment>
      <body>The top part needs to go in the (style)(/style) tags. The other part doesn't go in it. This is how I do it every single time for myspace profiles, and I've done quite a few.

If you trust me, I can go in and do it for you. I suggest setting up different password first, and change it back when I'm done. If you want, send the info to me at: rustyeight@comcast.net</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:50:32-04:00</created-at>
      <id type="integer">168240</id>
      <person-id type="integer">2329</person-id>
      <updated-at type="datetime">2008-08-18T16:51:06-04:00</updated-at>
    </comment>
    <comment>
      <body>Wooh! Glad to see someones been checkin out the page ;]

Here's some help, hopefully, just copy and paste this in your about me (shouldn't matter where, and the info is already set for you)


&lt; style &gt;

.masthead {width: 800px; height: 300px;
position: absolute; margin-left: -408px; left: 50%; top: 0px;
background-image:url(http://i5.photobucket.com/albums/y189/ckythew/myspace.jpg);}

&lt; / style &gt; 

(Just get rid of the spaces inbetween the &lt; and style and / and what not)

I hope that works, if not let me know :]</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:52:39-04:00</created-at>
      <id type="integer">168241</id>
      <person-id type="integer">7002</person-id>
      <updated-at type="datetime">2008-08-18T16:53:15-04:00</updated-at>
    </comment>
    <comment>
      <body>HOLY CRAP GUYS...I got it!!!
AWESOME 

thank you so much guys! I appreciate the help!</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:56:15-04:00</created-at>
      <id type="integer">168250</id>
      <person-id type="integer">6102</person-id>
      <updated-at type="datetime">2008-08-18T16:56:53-04:00</updated-at>
    </comment>
    <comment>
      <body>Anytime man :]</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T16:59:06-04:00</created-at>
      <id type="integer">168256</id>
      <person-id type="integer">7002</person-id>
      <updated-at type="datetime">2008-08-18T16:59:06-04:00</updated-at>
    </comment>
    <comment>
      <body>yea its not too complicated. if you're looking for codes too you can always go to createblog.com they have some codes there for hiding a bunch of stuff and a million random codes</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T18:27:30-04:00</created-at>
      <id type="integer">168351</id>
      <person-id type="integer">7259</person-id>
      <updated-at type="datetime">2008-08-18T18:27:30-04:00</updated-at>
    </comment>
    <comment>
      <body>&lt;blockquote&gt;&lt;cite&gt;fiftyeights said:&lt;/cite&gt; yea its not too complicated. if you're looking for codes too you can always go to createblog.com they have some codes there for hiding a bunch of stuff and a million random codes&lt;/blockquote&gt;

Yeah good site that.

I've got a rapidly growing archive of codes now especially for myspace lol</body>
      <commentable-id type="integer">6481</commentable-id>
      <commentable-type>Post</commentable-type>
      <created-at type="datetime">2008-08-18T19:59:37-04:00</created-at>
      <id type="integer">168417</id>
      <person-id type="integer">6884</person-id>
      <updated-at type="datetime">2008-08-18T19:59:37-04:00</updated-at>
    </comment>
  </comments>
</post>
