Myspace Customizing (Help needed)

  • Wanna Join? New users you can now register lightning fast using your Facebook or Twitter accounts.
Sep 22, 2006
887
2
18
35
Houston
#1
Anyone know where to get the code for SELF BANNER HEADERS for myspace music pages... if anyone has the time, please drop me some info. Much appreciated.

I know lady tragik has a lil graphic banner on the top of her page, for an example off the top of my head...
 
Apr 4, 2004
667
0
0
44
bgngraphics.com
#2
you have to add a div tag and span and label the class right

like I did on Klondike Kat's

<div class="kat-header"><span></span></div>

the in the style it shows up as

.kat-header {
width: 800px;
height: 266px;
position: absolute;
margin-left: -400px;
left: 50%;
top: 173px;
background-image: url(http://bgngraphics.com/myspace/kat-header.jpg);
background-repeat: no-repeat;
background-position: center;
}

http://www.myspace.com/klondikekat

just find a page you want to copy and view source and if you know basic html you will be able to jack and modify their style

its a bitch to try and figure out how to code myspace their shit is so fucked up