Search for in
Change your display picture to another picture
MySpace Website Tutorials | Submited Nov 17, 2007
Written by: John
If you'd like to change your display picture on your profile alone and nowhere else then this is the code that'll do it.
The following goes between your
Style Tags, just replace whats
blue to the url of the new image.
td td td td.text a img {visibility:hidden;}
td td td td.text a {display:block; width:90px; height:60px; background-image:url(http://url.to/the/image.gif);}
.contactTable a {background-image:none !important; display:inline; width:auto !important; height:auto !important;}
.contactTable a img {visibility:visible;}