How to make your Friendster background picture - How to add a picture as your Friendster background Image
Step 1) Click on edit your profile.
Step 2) Click on the "Customize" tab
Step 3) Scroll down to the bottome where it says Customize CSS.
Step 4) If you already have code there, make sure to save it somewhere or if you dont want to destroy your current layout, just stop here. If you're willing to play around with your layout then continue..
Step 5) At the bottom there should be a button that says "Revert". Hit that button and click OK to the popup alert.
Step 6) Now that the "Customize CSS" area is blank, you have to decide which picture you want as a background.
for me, lets say i want this picture:
So I would then copy this URL and put this code in the "Customize CSS" box as follows:
body {
background-image: url(http://aoleonthemartiangirl.com/file/pic/gallery/Bizwat_-_Procyon_Commando_Suit_5207.jpg);
background-attachment: fixed;
background-position: left top;
background-repeat: repeat;
background-color: #000000;
}
Now that you have the code in your "Customize CSS" area,
click on the save button. let the page complete when you submit it and then go back to your profile and you will now see the background appear.
* NOTE: if you want your own photo lets say, you can uploade to any of the image hosting sites like photobucket.com or imageshack.com when you upload your image there, they will provide you with a link similar to mine: http://i13.photobucket.com/albums/a264/lesmore2222/waterfall.jpg so just change it to yours and put the code in your profile