Change Myspace Picture Profile To Other Image

From Myspace member forum, I found this trick on how to change the picture on your myspace profile to any other image on the internet without uploading it to your account.
All you need to do is plug in the URL of the picture, and that picture's height and width.

Note: You won't be able to use IE filters on the picture after you do this.

You can paste this CSS into your main myspace profile stylesheet :

/* change the width, height, and background-image url to suit your needs */

table table table table td.text a {

display:block;

width:XXpx;

height:XXpx;

margin:2px;

background-image:url(http://url of picture);

background-repeat:no-repeat;

}

/* this line hides the original picture */

table table table table td.text a img {

display:none;

}

/* fixes for the contact table */

.contactTable a {

background-image:none!important;

width:auto!important;

height:auto!important;

}

.contactTable a img {

display:inline!important;

}

Join Myspace Forum for more myspace related discussion...