for the search, my way to preload images! haha

Search for in

Myspace URL box images

MySpace Website Tutorials | Submited Dec 21, 2007

Written by: Rev. B.

How to put an image in the url box on myspace, and how to fix the overflow problem that some people have.

Fixing overflow


I'll go into this first since it's asked on the forum a lot.
if you used the generator, you prolly ran into the background overflowing into the interest section, thanks to the phenomenon of everyone loving giant images, the fix for this is simple, just toss it in right before </style> and it'll work fine.
.userProfileURL{overflow: hidden !important;}

User Picture..
%u21D1 = gone


Putting an image in the URL box


[Style Tags]
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;}


putting in an image, keep the text


Some people like to have their URL on display, I dunno why.
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;
}

that part moves the background image down so you can see the URL better, take it out if you like.

tags Tags: myspace url box images and fixing the overflow problem

1Thumbs up  Thumbs down0

Related Tutorials
How to create contact tables
How to Create Scroll Boxes
Hide your MySpace URL
Style your MySpace URL
Stylizing the name with borders.
Animating Candle Flame
Adding Glitter to Images
Artistic Color Isolation
Images in HTML
5 Minute Fudge
Basic MySpace layout tutorial
How to get an Image name on Myspace
Marquee comments
Div Boxes
Image as a border
Spiced Candied Nuts
Rice And Broccoli
How to create new tables under your interest and about me sections
Aligning text/pictures
image at the bottom of your profile
1 Comments
  User Picture.. ~ 06/10/08, 7:19pm
Picture..
Hi there,
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. [smack]

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;}

1 


Sorry, you have to be a member to comment tutorials