How do you put your image in background?

@May2k8 (18097)
Indonesia
January 20, 2010 12:07pm CST
If you want to know how to put your image in your background. Then the code is: [b][/b] body {margin: 0px 0px 0px 0px; background-color: ; background-image: url(image_url); background-position:position; background-repeat: repeat; background-attachment: fixed; } [b][/b] (no space) Put image_url with the image url. For position you can choose Left,Top-Left,Right,Top-Right,Center,etc. Repeat just have two selection no=repeat or repeat.
2 responses
@RawBill1 (8531)
• Gold Coast, Australia
26 Mar 10
Where do you put this code? I am Ok with the instructions that you have here and find them easy to follow, but where in the profile edit page do you put the code to get the background image? A HTML Sortie?
@May2k8 (18097)
• Indonesia
27 Mar 10
yes, you are correct we cannot put it in the discussion, because we can not use html code and it can only be done in the edit profile and html sorties. But to change it we must wait for the page refresh, and then we can put the background code in html sorties.
@RawBill1 (8531)
• Gold Coast, Australia
29 Mar 10
I still do not understand as it does not work for me when I put it into the html sortie. There must be something wrong with the code that I am entering?
1 person likes this
@May2k8 (18097)
• Indonesia
29 Mar 10
I don't think you are wrong put the code. What browser are you using? Have you read other discussion here: www.mylot.com/w/discussions/2232257.aspx I hope it work for you.
• Philippines
27 Mar 10
here's the shorter code on CSS or shorthand: background: url(../images/picture.jpg) no-repeat; -place URL inside the parenthesis -add repeat or no repeat to repeat or not the background picture you want to add.
1 person likes this
@May2k8 (18097)
• Indonesia
27 Mar 10
Hi friend, I think the background also should be in style if you want to display the image in your profile. If the outside appearance so that it is a text not image.