If you plan to add a myspace 1.0 contact table as a MODULE on your profile 2.0,
just follow the below Instruction:
Wenn du vorhast eine Myspace 1.0 Kontakttabelle als ein MODUL zu deinem Profil 2.0
hinzuzufüge, folge einfach die folgende Instruktion:
First, we hide the Myspace "Contact Links", and we do specific adjustment of our new contact table components.
zunächst verstecken wir Myspace "Kontakt-Links" und nehmen bestimmte Anpassungen der neuen Kontakttabellen-komponenten vor.
.KhAk {Hide Myspace Contact Links}
div.basicInfoModule ul.contactLinks {display:none;}
.KhAk {Add Bg Image To Contact Table}
div.KhAkCTM table {width:300px; height:150px; padding:0;
background-color:transparent;
background-image:url("YOUR IMAGE URL");
background-attachment:scroll;
background-position:center center;
background-repeat:no-repeat;}
div.KhAkCTM td {width:148px; height:38px; padding:0;}
div.KhAkCT td a img {width:125px; height:32px; margin:0; padding:0;}
div.KhAkCTM {width:300px; background-color:transparent;}
div.KhAkCTM table {margin-top:2px;}
.KhAk {The Width Of The New Module}
div.KhAkNewModule {width:310px;}
Replace it with your own contact table image.
- You can find HERE a Collection of design contact tables.
- Copy/paste the "Code" of your selected image into a simple text editor.
Then, grab the "Image URL", and insert it into the above code.
☼- Adjust Width of your "New Module".
<div class="moduleTop">
<div><div></div></div></div>
<div class="moduleMid"><div class="moduleMid1"><div class="moduleMid2">
<h3 class="moduleHead"><span><span> Contacting KhAk's Design </span></span></h3>
<div class="KhAkCTM">
<table cellspacing="0"> <tr>
<td colspan="1" style="text-align:left;"><a href="URL for Mail Me"><img src="http://x.myspace.com/images/clear.gif" /></a></td>
<td colspan="1" style="text-align:right;"><a href="URL for Forward "><img src="http://x.myspace.com/images/clear.gif" /></a></td>
</tr>
<tr>
<td colspan="1" style="text-align:left;"><a href="URL for Add Me"><img src="http://x.myspace.com/images/clear.gif" /></a></td>
<td colspan="1" style="text-align:right;"><a href="URL for Favorite "><img src="http://x.myspace.com/images/clear.gif" /></a></td>
</tr>
<tr>
<td colspan="1" style="text-align:left;"><a href="URL for My HomeP."><img src="http://x.myspace.com/images/clear.gif" /></a></td>
<td colspan="1" style="text-align:right;"><a href="URL for Block Me "><img src="http://x.myspace.com/images/clear.gif" /></a></td>
</tr>
<tr>
<td colspan="1" style="text-align:left;"><a href="URL for Invite Me"><img src="http://x.myspace.com/images/clear.gif" /></a></td>
<td colspan="1" style="text-align:right;"><a href="URL for Ranke Me "><img src="http://x.myspace.com/images/clear.gif" /></a></td>
</tr> </table>
</div> <div class="moduleBodyEnd"></div></div></div></div></div>
<div class="moduleBottom"><div><div></div></div></div>
</div>
Replace "Contacting KhAk's Design" with your own "Profile Name".
☼- Replace "URL For..."s with the "URL"s to the related pages.
You can find HERE a list of contact table URLs, and a help how-to about "FriendID".
Ersetze "Contacting KhAk's Design" mit deinem eigenen "ProfilNamen".
☼- Ersetze die "URL For..."s mit den "URL"s zu den entsprechenden Seiten.
Eine Liste der Kontakt-tabellen-URLs und was ein "FriendID" ist, findest du HERE.
.KhAk {Position The Contact Table Module}
div.KhAkCTM {position:absolute; left:50%;
margin-left:-460px; top:500px;
_margin-left:-460px; _top:470px;
z-index:9;}
"-460" Moves the table left/right. You can also use a positive number.
☼- "500" Moves the table up/down.
☼- Adjust _margin-left and _top numbers to fix the position on "Internet Explorer" (6,7).
.KhAk {Free Space Above Basic Info}
div.basicInfoModule {margin-top:200px;}
.KhAk {Free Space Below Basic Info}
div.basicInfoModule {margin-bottom:200px;}
.KhAk {Free Space Above Post Comment Module}
div.postCommentModule {margin-top:200px;}
.KhAk {Free Space Below Post Comment Module}
div.postCommentModule {margin-bottom:200px;}
.KhAk {Free Space Above Music Player}
div.musicPlayerModule {margin-top:200px;}
.KhAk {Free Space Below Music Player}
div.musicPlayerModule {margin-bottom:200px;}
.KhAk {Free Space Above Groups Module}
div.groupsModule {margin-top:200px;}
.KhAk {Free Space Below Groups Module}
div.groupsModule {margin-bottom:200px;}
.KhAk {Free Space Above Interests}
div.interestsModule {margin-top:200px;}
.KhAk {Free Space Below Details}
div.interestsModule {margin-bottom:200px;}
.KhAk {Free Space Above Details}
div.detailsModule {margin-top:200px;}
.KhAk {Free Space Below Details}
div.detailsModule {margin-bottom:200px;}
.KhAk {Free Space Above Blogs}
div.blogsModule {margin-top:200px;}
.KhAk {Free Space Below Blogs}
div.blogsModule {margin-bottom:200px;}
.KhAk {Free Space Above Friends}
div.friendSpaceModule {margin-top:200px;}
.KhAk {Free Space Below Friends}
div.friendSpaceModule {margin-bottom:200px;}