"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':

°Code°

<style type="text/css">
.K {Flip The Page}
table table {direction:rtl;}
table table table {direction:ltr;}
</style>




◄► ◄► ◄►


◄► ◄► ◄►


"Flip Default Picture Table"

°Code°

<style type="text/css">
.K {Flip Pic Table}
.profileInfo table {direction:rtl;}
.profileInfo table td {direction:ltr;}
</style>


◄► ◄► ◄►


◄► ◄► ◄►


"Flip Interests Section"

°Code°

<style type="text/css">
.K {Flip Interests}
.interestsAndDetails table {direction:rtl;}
.interestsAndDetails table td {direction:ltr;}
</style>


◄► ◄► ◄►


◄► ◄► ◄►


"Flip Details Section"

°Code°

<style type="text/css">
.K {Flip Details}
.userProfileDetail table {direction:rtl;}
.userProfileDetail table td {direction:ltr;}
</style>


◄► ◄► ◄►


◄► ◄► ◄►


"Flip School Section"

°Code°

<style type="text/css">
.K {Flip Schools}
.userProfileSchool table {direction:rtl;}
.userProfileSchool table td {direction:ltr;}
</style>


◄► ◄► ◄►


◄► ◄► ◄►


"Flip Companies Section"

°Code°

<style type="text/css">
.K {Flip Companies}
.userProfileCompany table {direction:rtl;}
.userProfileCompany table td {direction:ltr;}
</style>


◄► ◄► ◄►


◄► ◄► ◄►


"Flip Friends Section"

°Code°

<style type="text/css">
.K {Flip Friends Pics}
.friendSpace td td {direction:ltr;}
.friendSpace table table {direction:rtl;}
</style>



"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":

°Code°

<style type="text/css">
.K {Flip Comment Section}
.friendsComments td.text table table {direction:rtl;}
.friendsComments td.text table table td {direction:ltr;}
</style>



"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":

°Code°

<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.



◄► ◄► ◄►


◄► ◄► ◄►