"Name/Pic Box"
°Code°
<style> .K {Hide Info Section} table.profileInfo {display:none;} </style> |
°Schrift-Farbe, Size, Und Art Ändern°
°Change The Color, Size, Family(Art)° °Code°
<style type="text/css"> .K {Format Name} .nametext {display:block; color:Your Color !important; font-family:Verdana, Tahoma, Arial; font-size:20px !important; font-weight:bold !important; } </style> |
°Position des Namens Ändern°
°Change The Position of Your Name°
- folgendes zum oberen Code vor "}" einfügen.
- Add the below line to the above code before "}". °Code°
position:relative; top:0px; left:40px; |
- Change the Numbers to move it around Profile.
<style> .K {Center Name} .nametext {display:block; width:300px; text-align: center;} </style> |
<style> .K {Hide Name} .nametext {display:none !important;} </style> |
°Code°
<style type="text/css"> .K {Image For Name} .nametext { display:block; font-size:1% !important; letter-spacing:-100px; width:100%; background-image:url(Your Image URL); background-position:left center; background-repeat: no-repeat; height:40px;} </style> |
* Wenn du ein anderes Profil-Foto haben willst, das 'NUR' auf
deiner Profil-Seite erscheinen soll:
- Lade das gewünschte Bild bei der Host-Seite deiner Wahl hoch
und füge die URL in den folgenden code ein.
- Ändere unbedingt die Zahlen (150 und 200) in die Breite und
Höhe deines Bildes. ° NOTE: °
* Das Bild, du bereits als 'STANDARD' festgelegt hast, wird
weiterhin wie gewohnt überall auf Myspace zu sehen sein.
* If you want to have a different profile pic that appears
'ONLY' on your profile page:
- Host somewhere online the desired image that you want to
use, and insert the URL in the following code.
- The numbers (150 and 200) should be changed to the width
and height of your image. ° NOTE: °
* The picture you have already chosen as 'DEFAULT' will be
the one that appears furthermore everywhere on Myspace.
deiner Profil-Seite erscheinen soll:
- Lade das gewünschte Bild bei der Host-Seite deiner Wahl hoch
und füge die URL in den folgenden code ein.
- Ändere unbedingt die Zahlen (150 und 200) in die Breite und
Höhe deines Bildes. ° NOTE: °
* Das Bild, du bereits als 'STANDARD' festgelegt hast, wird
weiterhin wie gewohnt überall auf Myspace zu sehen sein.
* If you want to have a different profile pic that appears
'ONLY' on your profile page:
- Host somewhere online the desired image that you want to
use, and insert the URL in the following code.
- The numbers (150 and 200) should be changed to the width
and height of your image. ° NOTE: °
* The picture you have already chosen as 'DEFAULT' will be
the one that appears furthermore everywhere on Myspace.
°Code°
<style type="text/css"> .K {Different Profile Pic} .profileInfo td.text a img {visibility:hidden;} .profileInfo td.text a {display:block; width:150px; height:200px; background-image:url(Your Image URL); } </style> |
<style> .K {Hide Pic Table} .profileInfo {display:none !important;} </style> |
<style> .K {Resize Pic} .profileInfo td.text a img {width:200px !important;} </style> |
<style> .K {Hide Pic} .profileInfo td.text a img {display:none;} </style> |
<style> .K {Border Around Pic} .profileInfo td.text a img { border:2px solid !important; border-color:Your Color !important;} </style> |
<style> .K {Position Of Profile Photo} .profileInfo td.text a img {position:relative; top:50; margin-left:70px;} </style> |
° NOTE: °
- Die Zahlen kannst du ändern bis es passt.- Adjust the Numbers in the code.