Changing Your MySpace Contact Table

57

By OurAwesomeWorld

Sometimes when you're looking for a new layout, a Contact Table catches your eye. You decide you don't want to change the rest of your layout just the Contact Table but you don't know how. Well I'm going to show you.

First you copy the code from a layout website. Then paste it into a word processor such as, Word or Works even your notepad will do. You scroll down to the section that says .contactTable and copy the url right after it. It will look like this: background-image:url(http://BackgroundURLhere); Make sure it's the one after nothing before. There will be more in the layout but for different sections so be careful. The red part is what you copy. You then go to your MySpace home page and click edit profile. You basically do the same thing. Scroll down and search for the words .contactTable after it you will see background-image:url(http://BackgroundURLhere); you paste the url you just copied there and that's it. Don't forget to save it before you click on View Profile or else nothing will change.

If you don't have a layout and you just want to put a contact table with a colored background then copy the following code and use the URL of the Contact Table you chose.

<style type="text/css">

.contactTable {

width:300px; height:150px; padding:0px;

background-image:url(http://BackgroundURLhere);

background-attachment:scroll; background-position:center center;

background-repeat:no-repeat; background-color:transparent;}

.contactTable table, table.contactTable td { padding:0px;

border:0px; background-color:transparent; background-image:none;}

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

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

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

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

.contactTable .whitetext12 {display:none;}

</style>

If you are looking for a new Contact Table or need any further instructions go to http://www.ourawesomeworld.com/ They have pages and pages of Contact Tables to choose from and tutorials to show you how to use them. Don't forget to write a comment:) Thanks.

Comments

No comments yet.

Submit a Comment
Members and Guests

Sign in or sign up and post using a hubpages account.



    • No HTML is allowed in comments, but URLs will be hyperlinked
    • Comments are not for promoting your Hubs or other sites

    Please wait working