Myspace Codes and Secrets - Adding a Banner at the top of Profile
Ok this one might be a little tough to explain but I'm gonna give it a shot. This code will add a banner to the top of your Myspace Profile.
Now pay attention.
DO NOT JUST COPY A PASTE THE CODE AND EXPECT IT TO ALWAYS WORK THE FIRST TIME!
If something like that is the case and I'm aware of it, I will also put instructions on how to munipulate the code so that you can hopefully get your desired result.
If all else fails....just ask me for help.
...The Code
This is going to be a step by step adjustment so that you can learn what this code does and how you can make it work for you.
So the best way for me to describe to you how to do this is line by line.
Copy any Paste this code at the end of your "About Me" section:
Alright. Now when you view your profile you'll notice a big pink box up at the top, unless your background is pink...
then change it in this line of code (background-color:FF00FF;) to make it so you can see what I'm talking about.
This default image size is 800px wide (width) and 300px tall (height).
But lets just say for this example you made an image that was 500px wide and 150px tall. It doesnt look the greatest, but its working with what is givin to us.
1. body {margin-top: 300px;} - adjusting this amount will move your Profile up and down. This number is most of the time the height of your banner. Its 300px now because thats the size of my image. But in this example we've chosen 150px tall so put that in there.
2. width: 800px; - since the width of the banner we made was 500px wide you would put this number in here.
3. height: 300px; - since the height of the banner we made was 150px tall you would put this number in here.
4. margin-left: -400px; - now that the banner is not as wide it's not centered. Adjusting this will move the banner left and right. the lower the number you choose the more the image moves to the right. I used -245px in here. Looks close to center there.
Unneeded:
5. body div table td {padding-top: 5px;} - this puts a little gap in between your banner and the myspace Advertisement. Not needed but mess with it to see what it gets.
6. border-width: 0px; border-style: solid; - this is if you want a border and what type of border you want. I left this unchanged.
And the last thing you would need to do once you got everything nice and aligned is to put your image in there. Put the URL of your image where the text "YOUR URL HERE" is and you should be set.
Enjoy.
Not working? Need More Help?
Send me an email.

