7,688 views |
MySpace |
Print
|
Email
| Tags: MySpace
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:...
2,606 views |
MySpace |
Print
|
Email
| Tags: MySpace
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...
3,914 views |
MySpace |
Print
|
Email
| Tags: MySpace
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>...