cavsi

cavsi, Miami, Florida How do I add a Background Image to MySpace Profile?

3,896 views | categories MySpace | Print Print | Email Email | comments No Comments
Tags:
How do I add a Background Image to MySpace Profile?

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>

if you do want the image to move when a person scrolls down your profile instead of the above code put the bellow one:

<style type=”text/css”>
body
{
background: url(http://YourImageURLhere);
background-attachment: attachment:scroll;
}
</style>

If you want the image to only repeat horizontally, add bellow background-attachment:
background-repeat: repeat-x;
If you want the image to only repeat vertically, add bellow background-attachment:
background-repeat: repeat-y;
If you want the background to not repeat at all, add bellow background-attachment:
background-repeat: no-repeat;

You can replace YourImageURLhere with your image location. (http://www.cavsi.com/myspace/image1.jpg)

Share this Post:
  • Twitter
  • Facebook
  • MySpace
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Technorati

Related Topics:






RSS Subscribe

Entries RSS | Comments RSS