"Myspace URL"


- Wenn du an der stelle deines URL-Boxes nur ein weißes Kästchen
  hast und mußt den Text darin hervorheben, damit er zu sehen ist,

- If your URL appears as a white empty box, and the text inside
  appears by highlighting;


°Example°
URL Box Example


kannst du das Problem möglicherweise wie folgt beheben:
you can possibly correct this issue as follows:


Search In Your Layout Code For A Similar Code Like:
table, td {background-color:transparent; border:0px;}


And Change It To:
table, tr, td {background-color:transparent; border:0px;}


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


"URL-Box Komplett Löschen"
"Completely removing URL Box"

°code°

<style type="text/css">
.K {Hide URL Box}
table.userProfileURL {display:none;}
</style>


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


"Die Breite Des URL-Boxes Ändern"
"Change The Width Of URL Box"

°code°

<style type="text/css">
.K {the width of URL box}
table.userProfileURL {width: 300px !important; }
</style>


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


"Die Text-Farbe in URL Box Ändern:"
"Change the Color of TEXT in the URL-Box"

°code°

<style type="text/css">
.K {the color of MySpace URL}
table.userProfileURL strong {color: Your Color !Important;}

.K {the color of URL Link}
table.userProfileURL div a {color: Your Color !important;}
table.userProfileURL div a:hover {color: Your Color !important;}
</style>


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


"Bild in URL-Box"
"Graphic in the URL BOX"

- Ersetze Your Image URL in den folgenden Code und ändere 'width und height' in der Größe deines Bildes.
Ändere black um Hintergrundfarbe einzufügen.(Optional)

- Replace in the fallowing code, Your Image URL, and adjust the 'width and height' with the size of your image.
Replace black to add a background color.(Optional)

°code°

<style type="text/css">
.K {Pic In URL Box}
table.userProfileURL div strong {
display:block; position:relative;
height:45px; width:300px;
font-size:0px; margin: -3px -1px -20px -1px;
background-color:black;
background-image:url(Your Image URL);
background-repeat:no-repeat;
background-position: center center;}
table.userProfileURL div a {display:none;}

</style>


Sections Background Image/Color


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣


♣♣♣  ♣♣  ♣ ♣♣  ♣♣♣