Change the Myspace Contact Box

Myspace Contact Box

This tutorial with guide you through how to change the default contact box in MySpace.


1.

The text buttons are done using image maps, as far as I am aware of you can't change the positions. So all you need to do is open this PSD file as I have already done the text placement

textareas

with text

Download the psd of these locations here

2. Paste the background you wish to use under all the text layers.
3. Edit the text but make sure they stay within the boxes otherwise they will not be completely clickable.
4. Once you have sorted out your text hide the black boxes.
5.

You can now save your contact box image.

db9 example

myspace sexy

6.

In the About section of your profile, add this code:

<style type="text/css">

.contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("url of myspace contact background"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}

.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}

.contactTable a img {visibility:hidden; border:0px!important;}

.contactTable a {display:block; height:28px; width:115px;}

.contactTable .text {font-size:1px!important;}

.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}

</style>