The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Body line background Need Help

5 posters

Go down

Solved Body line background Need Help

Post by Mr DarkHaxers2 October 20th 2011, 2:56 am

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
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by !_NICK_! October 20th 2011, 8:40 am

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_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 21st 2011, 1:03 am

I Want A Background Image Of The Body line background color: i Want To Change That To A Background Image
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by !_NICK_! October 21st 2011, 1:11 am

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.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 21st 2011, 1:12 am

yea Thats I Want To Do
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by !_NICK_! October 21st 2011, 1:13 am

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_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 21st 2011, 3:15 am

it Doesn't Work
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by Nera. October 22nd 2011, 8:28 pm

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/3412/19/22/63/avatars/21785-59.png");
    background-position: 0 0;
    background-size: auto auto;
}

Example of it working on your forum:

Body line background Need Help AD6T

Very good
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 22nd 2011, 9:51 pm

Does It Work With phpBB2
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 28th 2011, 3:59 pm

.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
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by Mike October 28th 2011, 10:19 pm

it works with any forum., or should :o
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Body line background Need Help

Post by FrozenX October 28th 2011, 10:38 pm

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>
FrozenX
FrozenX
Forumember

Male Posts : 69
Reputation : 8
Language : English, Dutch

http://www.lordslegends.forumotion.net

Back to top Go down

Solved Re: Body line background Need Help

Post by Mr DarkHaxers2 October 29th 2011, 12:29 am

ok thanks topic locked
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Solved Re: Body line background Need Help

Post by Nera. October 29th 2011, 1:04 am

.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
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum