°"Rechte/Linke Säulen Positionieren"°
°"The Right/Left Column Positioning"°
- Ändere in den folgenden Codes die farbigen Zahlen
(100/-100) um die Rechte/Linke Säulen auf dem
Profil zu Positionieren.
- To position the Right/Left Column on your profile,
adjust the colored numbers (100/-100) in the
following codes.
|
- Wenn du mehr distance zwischen deine tabellen auf
der linken und rechten seite haben willst:
- If you want to have more distance between your
tables on the left and the right side use:
|
°code°
<style type="text/css">
.K {left column}
object, embed,
table table table {position:relative; left:-100px;}
table table table table {position:static;}
.K {right column}
td.text table {position:relative; left:100px;}
td.text object, td.text embed,
td.text table table {position:static;}
.K {artist profiles - player}
td.text object {position:relative; left:100px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Wenn du den Abstand zwischen deine tabellen auf
der linken und rechten seite verringern willst:
- If you want to reduce the distance between your
tables on the left and the right side use:
|
°code°
<style type="text/css">
.K {left column}
object, embed,
table table table {position:relative; left:100px;}
table table table table {position:static;}
.K {right column}
td.text table {position:relative; left:-100px;}
td.text object, td.text embed,
td.text table table {position:static;}
.K {artist profiles - player}
td.text object {position:relative; left:-100px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Wenn du alle deine tabellen nach rechts verlagern
willst:
- If you want to move your whole profile to the right
side use:
|
°code°
<style type="text/css">
.K {left column}
object, embed,
table table table {position:relative; left:100px;}
table table table table {position:static;}
.K {right column}
td.text table {position:relative; left:100px;}
td.text object, td.text embed,
td.text table table {position:static;}
.K {artist profiles - player}
td.text object {position:relative; left:100px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Wenn du alle deine tabellen nach links verlagern
willst:
- If you want to move your whole profile to the left
side use:
|
°code°
<style type="text/css">
.K {left column}
object, embed,
table table table {position:relative; left:-100px;}
table table table table {position:static;}
.K {right column}
td.text table {position:relative; left:-100px;}
td.text object, td.text embed,
td.text table table {position:static;}
.K {artist profiles - player}
td.text object {position:relative; left:-100px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Wenn du alle tabellen nach Unten/Oben ziehen:
(Positive/Negative Zahlen).
- If you want to move your whole profile Down/Up, use:
(Positiv/Negativ Numbers).
|
°code°
<style type="text/css">
.K {left column}
object, embed,
table table table {position:relative; top:-100px;}
table table table table {position:static;}
.K {right column}
td.text table {position:relative; top:-100px;}
td.text object, td.text embed,
td.text table table {position:static;}
.K {artist profiles - player}
td.text object {position:relative; top:-100px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║
- Farbige Zahlen anpassen.
- Adjust The Colored Numbers.
°"Myspace Werbung Und Die Seite Nach Unten Verschieben"°
°"Move Myspace Ad And Your Whole Profile Down"°
°code°
<style type="text/css">
.K {move body content down}
body, .bodyContent {
margin-top:200px;}
</style>
|
°"Myspace Werbung Und Die Seite Nach Rechts Verschieben"°
°"Move Myspace Ad And Your Whole Profile To The Right Side"°
°code°
<style type="text/css">
.K {move body content to the right}
body, .bodyContent {
margin-left:200px;}
</style>
|
°"Nur Die Tabellen Nach Unten Verschieben"°
°"Move Only Your Whole Profile Down"°
°code°
<style type="text/css">
.K {move Whole Profile Down}
.profileWidth {
padding-bottom:200px !important;}
</style>
|
°OR°
<style type="text/css">
.K {move Whole Profile Down}
body {margin-top:0px;}
body table {margin-top:200px;}
body td table, body div table { margin-top: 0;}
</style>
|
°"Die Rechte Seite Nach Oben Ziehen"°
°"Move The Right Column Up"°
°code°
<style type="text/css">
.K {move right column up}
table .extendedNetwork, table.latestBlogEntry, table.blurbs, table.friendSpace, table.friendsComments {
position:relative; margin-top:-16px;}
</style>
|
- You can also use the first code below.
|
- Wenn du Über Mich und den Rest nach 'OBEN'
verschieben mußt, nachdem du Blog und
Netzwerk-Box versteckt hast, benutze:
- If you hid extended network and blog box, and you
want to move About Me and the Rest 'UP', use:
|
°code°
<style type="text/css">
.K {move about me up}
td.text table {position:relative; top:-40px;}
td.text table table {position:static;}
</style>
|
°OR°
<style type="text/css">
.K {move about me up}
table.blurbs, table.friendSpace, table.friendsComments {
position:relative; margin-top:-40px;}
</style>
|
║║║ ║║ ║ ║║ ║║║
║║║ ║║ ║ ║║ ║║║