Body line background Need Help

20
Oct
2011
Body line background color: But i want a background Image of Body line background color : But Idk How To Do That So If Someone Have The Code Please Post It For Me.
1 !_NICK_!, on 20/10/2011 at 08h40
I'm a little confused here. I sorta think I know what you mean, but I don't. Could you explain just a little more?
2 Mr DarkHaxers2, on 21/10/2011 at 01h03
I Want A Background Image Of The Body line background color: i Want To Change That To A Background Image
3 !_NICK_!, on 21/10/2011 at 01h11
Hmm, your wanting to change the body background line to to an image.

If that is what you are trying to do, I don't think it's possible.
4 Mr DarkHaxers2, on 21/10/2011 at 01h12
yea Thats I Want To Do
5 !_NICK_!, on 21/10/2011 at 01h13
I don't think it's possible. Although it may be. Stick around for a while and see is someone replies. But I don't think it's possible.
6 Rideem3, on 21/10/2011 at 01h30
Put this in your CSS:
Code:
.bodyline {
background-image: url(urlhere);
}
7 Mr DarkHaxers2, on 21/10/2011 at 03h15
it Doesn't Work
8 Nera., on 22/10/2011 at 20h28
Hi BadHaxers2,

Actually what Reidem told you is correct and works. I did it on your forum with this code. All you need to do is change the image.

Code:
.bodyline {
    background-attachment: scroll;
    background-image: url("http://r29.imgfast.net/users/2912/19/22/63/avatars/21785-59.png");
    background-position: 0 0;
    background-size: auto auto;
}


Example of it working on your forum:



Very good
9 Mr DarkHaxers2, on 22/10/2011 at 21h51
Does It Work With phpBB2
10 Mr DarkHaxers2, on 28/10/2011 at 15h59
.bodyline {
background-attachment: scroll;
background-image: url("http://r29.imgfast.net/users/2912/19/22/63/avatars/21785-59.png");
background-position: 0 0;
background-size: auto auto;
}

Does That Code Work With phpBB2
11 Drogba921, on 28/10/2011 at 22h19
it works with any forum., or should :o
12 FrozenX, on 28/10/2011 at 22h38
Yeah, i did it on your forums, it works... either in your css, or in overall_header

put

Css:
Code:
.bodyline {
    background-attachment: scroll;
    background-image: url("BACK GROUND IMAGE URL");
    background-position: 0 0;
    background-size: auto auto;
}


or
Overall_header:
Code:
<style>.bodyline {
    background-attachment: scroll;
    background-image: url("BACKGROUND IMAGE URL");
    background-position: 0 0;
    background-size: auto auto;
}</style>
13 Mr DarkHaxers2, on 29/10/2011 at 00h29
ok thanks topic locked
14 Nera., on 29/10/2011 at 01h04
.bodyline is phpBB2. The answer is yes, it works on your forum since you are on phpBB2 and since I showed you the photo of it working on your forum :$

Lock
Similar topics
How to put to bodyline background picture? or how to remove bodyline and keep just forum things and body background picture.
Is it possible to make the body line background color transparent? When searching for an answer, I saw some stuff about CSS, which I have no idea how to do, I'm not super tech savvy. As far as I could find, there is no exact code to input in the box. Is
How do I disable the Body Line Background Color? Is there a code or something I'll need to use?
Replies 1 to 14 on 14 for "Body line background Need Help"
See also
more_less
Informations

14 Replies For the topic :
"Body line background Need Help"

This topic has been viewed 1085 times.

Last message :
20/10/2011 at 02h56 by "Mr DarkHaxers2"