how do you make your own contact table for myspace with html code?

  • Thread starter Thread starter Mrs. Moore
  • Start date Start date
use this code
to find contact tables go to
http://photobucket.com/

and type in contact tables in the search bar
find the contact table u wan then get the direct link URL of the pic


<style>
.contactTable {
width:279px; height:145px; padding:0px;
background-image:url(PLACE THE URL OF THE CONTACT TABLE HERE);
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:zzzzzz;}
.contactTable table, table.contactTable td { padding:0px;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px;}
.contactTable .whitetext12 {display: none;}
.contactTable a {display:block; height:28px; width:118px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none;}
</style>
 
freecodesource.com
-or-
http://freecodesource.com/index.php?page=myspacegenerators/contact-table-generator
 
Back
Top