Making a header for your Myspace
The Image
Using your favorite graphic editing program (photoshop, paintshop pro,
gimp, etc) make a header for your myspace approximately 835 pixels wide
by however high you'd like (I try to make them about 150 pixels). The
width can also be adjusted, 830 pixels is just slightly larger than
the width of your profile, so using this width you can tile a background
seamlessly behind the header such as in the Satori
premade layout.
The Code
Now that you've got your header graphic how you'd like you need to tweak
myspace to make a home for your new graphic, so place the following
code in your profile somewhere:
<style type="text/css">
body table {
margin-top:154px;
}
body td table, body div table {
margin-top: 0;
}
.masthead {
width: 830px;
height: 150px;
position: absolute;
margin-left: -415px;
left: 50%;
margin-top:5px;
top: 162px;
background-image: url(URL TO IMAGE);
}
</style>
Simply replace URL TO IMAGE with the URL to your header. Now place
the follow code somewhere in your profile:
<div class="masthead"><span></span></div>
Voila! Your header should now appear. If you used different dimensions
than what I meantioned above you can find the width and height in
the code and adjust them to fit. If you have any problems just hit
us up at the forums and
we'll help you out.
|