First search the picture which you want to add as a background, or host your own picture E:g at Photobucket.com.
For example, if your image url is http://dailygeeks.com/background.jpg, add this url to below codes inside your "About Me" area in your profile:
body { background: url(http://dailygeeks.com/background.jpg); }
If you want the image to stay still, add background-attachment: fixed; so it looks like this:
body { background: url(http://dailygeeks.com/background.jpg);
background-attachment: fixed; }
If you want the image to only repeat horizontally, add:
background-repeat: repeat-x;
If you want the image to only repeat vertically, add:
background-repeat: repeat-y;
If you want the background to not repeat at all, add:
background-repeat: no-repeat;So, for our image located at http://www.dailygeeks.com/background.jpg, that we want to be fixed, and repeat only horizontally, we put this in our "About Me" profile box:
Gud luck!
*Dailygeeks.Myspace
No comments:
Post a Comment