"Sections Switch Sides"
- Um die Seite umzukehren, brauchst du nur den folgenden Code
in 'Über Mich' einzufügen: - To flip your Page (left columns on the right and right columns
to the left), add this code in your 'About Me':
◄► ◄► ◄►
◄► ◄► ◄►
"Flip Default Picture Table"
◄► ◄► ◄►
◄► ◄► ◄►
"Flip Interests Section"
◄► ◄► ◄►
◄► ◄► ◄►
"Flip Details Section"
◄► ◄► ◄►
◄► ◄► ◄►
"Flip School Section"
◄► ◄► ◄►
◄► ◄► ◄►
"Flip Companies Section"
◄► ◄► ◄►
◄► ◄► ◄►
"Flip Friends Section"
"Flip Comment Section"
- Mit dem Folgenden Code werden die Seiten von "Freunde
und deren Kommentare" in Kommentar-Box umgekehrt: - The following code will switch the side of the "Friends and
their Comments":
"Flip Friends And Comment Section"
- Mit dem Folgenden Code werden die Seiten von "Freunde und
deren Kommentare" in Kommentar-Box und auch Bilder der
"Top Freunde" umgekehrt: - The following code will switch the side of the "Friends and
their Comments" and also around "Top Friends":
wenn du zentrierte "Freunde Und Kommentare" hast. - Flipping "Friends and Comments" could won't work when
you have a centered one.
◄► ◄► ◄►
◄► ◄► ◄►
in 'Über Mich' einzufügen: - To flip your Page (left columns on the right and right columns
to the left), add this code in your 'About Me':
<style type="text/css"> .K {Flip The Page} table table {direction:rtl;} table table table {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Pic Table} .profileInfo table {direction:rtl;} .profileInfo table td {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Interests} .interestsAndDetails table {direction:rtl;} .interestsAndDetails table td {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Details} .userProfileDetail table {direction:rtl;} .userProfileDetail table td {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Schools} .userProfileSchool table {direction:rtl;} .userProfileSchool table td {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Companies} .userProfileCompany table {direction:rtl;} .userProfileCompany table td {direction:ltr;} </style> |
<style type="text/css"> .K {Flip Friends Pics} .friendSpace td td {direction:ltr;} .friendSpace table table {direction:rtl;} </style> |
und deren Kommentare" in Kommentar-Box umgekehrt: - The following code will switch the side of the "Friends and
their Comments":
<style type="text/css"> .K {Flip Comment Section} .friendsComments td.text table table {direction:rtl;} .friendsComments td.text table table td {direction:ltr;} </style> |
deren Kommentare" in Kommentar-Box und auch Bilder der
"Top Freunde" umgekehrt: - The following code will switch the side of the "Friends and
their Comments" and also around "Top Friends":
<style type="text/css"> .K {Flip Friends And Comment Section} table table table table table {direction:rtl;} table table table table table td {direction:ltr;} </style> |
NOTE:
- Die Umkehrung wird möglicherweise nicht funktionieren,wenn du zentrierte "Freunde Und Kommentare" hast. - Flipping "Friends and Comments" could won't work when
you have a centered one.