Body line background Need Help
5 posters
Page 1 of 1
Body line background Need Help
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.
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
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?
!_NICK_!- Active Poster
- Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.
Re: Body line background Need Help
I Want A Background Image Of The Body line background color: i Want To Change That To A Background Image
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
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.
If that is what you are trying to do, I don't think it's possible.
!_NICK_!- Active Poster
- Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.
Re: Body line background Need Help
yea Thats I Want To Do
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
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.
!_NICK_!- Active Poster
- Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.
Re: Body line background Need Help
it Doesn't Work
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
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.
Example of it working on your forum:
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/3412/19/22/63/avatars/21785-59.png");
background-position: 0 0;
background-size: auto auto;
}
Example of it working on your forum:
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Body line background Need Help
Does It Work With phpBB2
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
.bodyline {
background-attachment: scroll;
background-image: url("https://2img.net/u/3412/19/22/63/avatars/21785-59.png");
background-position: 0 0;
background-size: auto auto;
}
Does That Code Work With phpBB2
background-attachment: scroll;
background-image: url("https://2img.net/u/3412/19/22/63/avatars/21785-59.png");
background-position: 0 0;
background-size: auto auto;
}
Does That Code Work With phpBB2
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
it works with any forum., or should :o
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Body line background Need Help
Yeah, i did it on your forums, it works... either in your css, or in overall_header
put
Css:
or
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>
Re: Body line background Need Help
ok thanks topic locked
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Body line background Need Help
.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
Lock
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Body line background help!
» body line/header problem
» Space In Body
» How to make dotted line, one full line?
» post body
» body line/header problem
» Space In Body
» How to make dotted line, one full line?
» post body
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum