How do you put your image in background?
By May2k8
@May2k8 (18391)
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
@May2k8 (18391)
• 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.
@janee_astig (42)
• 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.