" Friends And Comments"
- Completely hide Friends and Comments. (Code in About Me")
<style>.K {Hide Friends And Comments} table.friendSpace, table.friendsComments { display:none !important;} </style> |
- Nur die Überschriften von Freunde und Kommentare verstecken.
(Code in "Über Mich") - Hide Only Friends/Comments Titles. (Code in About Me")
<style>.K {Hide Main Titles} .FriendSpace .orangetext15, .FriendsComments .orangetext15 {display:none;} </style> |
- Freunde und Kommentare verstecken und Link zum 'Kommentar
hinzufügen' behalten. (Code in "Über Mich") - Hide Friends and Comments but leave the 'Add Comment' link.
(Code in About Me")
<style>.K {Keep Only The Add Comment Link} .friendSpace, .friendsComments .orangetext15, .friendsComments td.text td td, .FriendsComments td.text td b, .redtext {display:none;} .friendsComments * {background-color:transparent; border:0px;} </style> |
- Bilder Der Freunde In Friends Und Kommentaren Verkeinern.
(Code in "Über Mich") - Resize Friends Pic And Who Lefts Comment.
(Code in About Me")
<style> .K {Resize Friends Pic In Friends And Comments} td.text td.text a img { width: 65px;} .K {All Comments Images The Same Width} .columnsWidening img {width: 260px !important;} .K {Space Between Top Friends Pics} .friendSpace {width:0px !important;} .friendSpace td td, .friendSpace table table { width:0px; padding:1px;} </style> |
- Copy at the end of "Meet"
°code°
</td></tr></table> </td></tr> |
- Um Scrollbare Freunde und Kommentare zu haben, wähle einen der
folgenden Codes aus und kopiere ihn am Ende von "kennen lernen"
Sektion.
- Die Breite des Scrollbares (435) kann geändert werden.
- Die Höhe des Scrollbares (1500) muß kleiner sein als die Höhe
deiner "Freunde und Kommentare", damit der Scrollbar erscheint.
- To make your Friends and Comments Scrollable Select and Copy
one of the following codes at the end of your "Meet" section.
- The widtt of the scrollbar can be adjustet by changing the number
(435) .
- The height of the scrollbar (1500) must be smaller than the height
of your "Friends and Cmts"; otherwise, the scrollbar wont appear.
.friendsComments {display:none;} - It hides your comments on your profile. .friendSpace {display:none;} - It hides your orig. friends table on your profile. - You can create a custom friends list. (google) |
°code°
<style> .K {Scrollable Friends and Comments} .friendsAndComments table {width:100%;} .friendsAndComments {margin-top:12px; overflow:auto; width:435px; height:1500px;} </style> </td></tr></table> </td></tr></table> <div class="friendsAndComments"> <table style="display:none;"> <tr><td> <table><tr><td> |
°code°
<style> .K {Scrollable Centered Friends and Comments} table.friendsAndComments table {width:100%;} table.friendsComments td.text td {width:0px;} .friendsAndComments {overflow:auto; width:435px; height:1500px;} </style> </td></tr></table> </td></tr></table> </td></tr></table> <div class="friendsAndComments"> <table style="display:none;"> <tr><td> <table><tr><td> |
- Copy the code in your "About Me", and adjust the colored numbers:
°code°
<style>.K {Move Friends To The Left} .friendSpace {position:relative; left:-320px; top:200px;} .K {Move Comments Up} .friendsComments {position:relative; left:0px; top:-300px;} </style> |
- Wenns nötig wird die Fusszeilen Links etc. nach unten zu
verschieben, benutze den folgenden Code und passe
die farbige Zahl an: - If it is necessary to move the Bottom Links down, use the
below code, and adjust the colored number:
verschieben, benutze den folgenden Code und passe
die farbige Zahl an: - If it is necessary to move the Bottom Links down, use the
below code, and adjust the colored number:
°code°
<style>.K {Move The Bottom Links Down} table div {margin-top:300px;} div table div, table table div {margin-top:0px;} </style> |