Remove the Myspace URL
written by JohnAll of the codes below go between your style tags, theres a link on the right side of the page for what they are. You dont need to use the first code with the second code, as the second code also removed the url, it just puts a picture in the box also. If you're replacing it with an image I would advise not to go with the tiny profiles because sometimes it messes up the friend space.
To just remove the url completely.
table table table table div, strong {visibility:hidden;}
table table table table table div, td.text div {visibility:visible;}
To replace the Myspace URL with a picture (Note this sometimes messes up when you use the tiny profile code)
table table table table div, strong {visibility:hidden;}
table table table table table div, td.text div {visibility:visible;}
table table table table table {background-image:url('http://url.to/picture.gif'); display:block; width:width_of_picpx; height:Height_of_picpx;}
td.text table table table {background-image:none; width:25%; height:auto; display:inline;}







