The code would create a space above the ad section of MySpace profile page, then you can put a branding or logo image whatever there.
Change http://blog.myspacemaster.net/wp-content/uploads/2007/07/ph01.jpg to your image’s URL;
Make sure that you match the value 800, 261 with your image’s actual width and height value;
margin-left value to be the negative value of half the image width, for example, your image width is 1000px, then margin-left value should be -500px;
margin-top value to be the image’s height.
Screenshots:
- before:

- after:

Instructions:
- Copy and paste the code into the end of ‘About Me ‘
- Save your editing and preview. Done. =)
<div class="logo">
<img src="http://blog.myspacemaster.net/wp-content/uploads/2007/07/ph01.jpg” />
</div>
<style type=”text/css”>
.logo {
width: 800px;
height:261px;
position: absolute;
top: 0;
left: 50%;
margin-left: -400px;
}
.logo img {border: none;}
body {margin-top:261px;}
</style>


13 Comments
whhhhhhat ssssssssssupppppppp
mmm…. workinig for me, but is there another one that is more girly???, i mean i dont want a paris hilton pn myspace!! kisses!
works great! thanks my man.
Hey whats up. i think i need some help with this because i tried to put my own pic. it is not working. and please can you tell me the instructions whats to do. cuz i wanna put a pic above my page. thank you so much.. get back at me as soon as possible
How do I MOVE the ADD COMMENTS link to the TOP of my comments section (currently folks have to scroll all the way to the bottom to access the add a comment link?
this is so confusing
Well I tried and it didn’t work maybe you can tell me why.
http://i81.photobucket.com/albums/j217/lyrical_soulist/logo.png that’s the banner I was trying to use.
.logo {
width: 800px;
height:261px;
position: absolute;
top: 0;
left: 50%;
margin-left: -400px;
}
.logo img {border: none;}
body {margin-top:261px;}
hye
works fine for me
This is what you get when you have MySpace kiddies trying to be professional web developers. Call me when you actually learn to code CSS.
This code would be in violation of myspace tos and you could get your account deleted. The purpose of that bar is advertising, and its the reason myspace and others like it are free.
Ignore that last comment. I noticed it moves the ad space below it.
:)