Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
MySpace Website Tutorials | Submited Dec 21, 2007
Written by: Rev. B.
Fixing overflow
.userProfileURL{overflow: hidden !important;}

Putting an image in the URL box
.37182{put a background on the url box)
table.userprofileURL{
background-image:url(IMAGE_URL_HERE);
background-repeat:no-repeat;
background-position:center top;
height:200px;
border:0;
display:block;
}
.37182{get rid of the text}
.userProfileURL tr{visibility:hidden;}
putting in an image, keep the text
table.userprofileURL{
background-image:url(IMAGE_URL_HERE);
background-repeat:no-repeat;
background-color:000;
background-position:0% -40%;
height:200px;
border:0;
display:block;
}
.37182{text settings for the URL box}
.userprofileURL *{
background-color:000;
color:ff0000 !important;
font-size:15px;
font-weight:bold;
}
1
ok i use the skem9 layout gen to make my layouts. (STILL learning codes) where do I put this in my layout code to make it work? That's a problem I'm having when and where to put the codes.
adjust the height to your liking, it's best if it matches the image.
.37182{put a background on the url box)
table.userprofileURL{
background-image:url(IMAGE_URL_HERE);
background-repeat:no-repeat;
background-position:center top;
height:200px;
border:0;
display:block;
}
.37182{get rid of the text}
.userProfileURL tr{visibility:hidden;}