How do I change the Contact Table background in MySpace profile?
This is similar to adding a background image to your profile.
First you have to choose an image. Do not use copyrighted images without permission.
Upload the image on your website or another place that’s holding an image for you. If you don’t know where to put your image check Photobucket, Flickr, Picasa, Imageshack, etc.
Check and write down your image URL. This appears at the top of your browser and is similar to this https://www.cavsi.com/myspace/image1.jpg
Now, you need to copy and paste the code below into the “About Me” section of your profile:
<style type=”text/css”>
.contactTable { background: url(http://YourImageURLhere); }
.contactTable table, table.contactTable td {padding:0px !important; border:0px;
background-color:transparent; background-image:none;}
</style>
You can replace YourImageURLhere with your image location, for example: https://www.cavsi.com/myspace/image1.jpg