mercoledì 27 ottobre 2010

Image above the banner (Myspace)

How to add an image on top of the Myspace banner in profile 2.0?
You need to paste the following code in the css area:

div.wrap {padding-top:600px;
background-image:url("url of your image");
background-position:center top; background-repeat:no-repeat;}
div.contentTop table td {background-image:none; width:auto; height:auto;}

You need to replace the 600px with the height of your image.