Custom Search

How do I change the Contact Table background in MySpace profile?

categories MySpace | Print Print | Email Email

This is similar to adding a background image to your profile.

First you have to choose an image. Do not use copyrighted images without permission.
Upload the image on your website or another place that's holding an image for you. If you don't know where put your image check Photobucket, Flickr, Picasa, Imageshack, etc.
Check and write down your image URL. This appear at the top of your browser and is similar to this http://www.cavsi.com/myspace/image1.jpg
Now, you need to copy and paste the code bellow into the "About Me" section of your profile:...

How do I get a different colored background for MySpace profile?

categories MySpace | Print Print | Email Email

The following steps will help you changing a background color to your MySpace profile.

First make the blue and white go away by posting this code in one of the captions of your photos...

How do I add a Background Image to MySpace Profile?

categories MySpace | Print Print | Email Email

The following steps will help you adding a background image to your MySpace profile.

First you have to choose an image. Do not use copyrighted images without permission.
Upload the image on your website or another place that's holding an image for you. If you don't know where put your image check Photobucket, Flickr, Picasa, Imageshack, etc.
Check and write down your image URL. This appear at the top of your browser and is similar to this http://www.cavsi.com/myspace/image1.jpg
Inside the “About Me” section in your MySpace profile, add this code:
<style type=”text/css”>
body
{
background: url(http://YourImageURLhere);
background-attachment: fixed;
}
</style>...