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.

Use image for Body Line Background color

4 posters

Go down

Use image for Body Line Background color Empty Use image for Body Line Background color

Post by jaebaeli January 18th 2010, 12:21 am

I want to use an image as the background for my "body Line Background" color. How do i do that?
jaebaeli
jaebaeli
Forumember

Female Posts : 169
Reputation : 0
Language : english
Location : Denver

http://KindredInkWriters.forumotion.net

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by SiKiN January 18th 2010, 1:46 pm

SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by jaebaeli January 19th 2010, 1:37 am

thanks. but that didn't help. I don't know where to look for that code for body background, except in templates, and nothing was there that matched that.
jaebaeli
jaebaeli
Forumember

Female Posts : 169
Reputation : 0
Language : english
Location : Denver

http://KindredInkWriters.forumotion.net

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by SiKiN January 19th 2010, 5:41 am

AdminPanal/Display/Colors/CSSstylesheet.

Copy and paste the code, change the image to an image you want.

.bodyline{
background-image: url("INSERT IMAGE URL HERE");
}
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by TMP January 19th 2010, 10:05 pm

^I have the same problem and i can confirm that that doesn't work, someone please help. It's been driving me crazy for the last 4 hours.
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by SiKiN January 20th 2010, 2:41 pm

The code works in my forum version phpBB2. just add the code and change picture to your picture url.
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by ankillien January 20th 2010, 4:54 pm

This code in for phpBB2 version...

Code:
.bodyline {
background : url(http://2img.net/i/bl/logo.png) repeat !important;
}

Add it to Admin CP > Display > Colors > CSS
And hit the submit button.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by TMP January 20th 2010, 5:43 pm

ankillien wrote:This code in for phpBB2 version...

Code:
.bodyline {
background : url(http://2img.net/i/bl/logo.png) repeat !important;
}

Add it to Admin CP > Display > Colors > CSS
And hit the submit button.
Is there a 'Invision' version to?
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by ankillien January 20th 2010, 5:54 pm

Here is the Invision version...

Code:
#ipbwrapper {
background : url(IMAGE URL HERE) repeat;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by TMP January 20th 2010, 7:53 pm

ankillien wrote:Here is the Invision version...

Code:
#ipbwrapper {
background : url(IMAGE URL HERE) repeat;
}
Thanks! That worked, the wrapper is like 3px off the forum content now. Is there a way to make that space bigger?
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by ankillien January 21st 2010, 2:54 am

You need to apply padding...

Code:
#ipbwrapper {
padding : 20px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Use image for Body Line Background color Empty Re: Use image for Body Line Background color

Post by TMP January 21st 2010, 11:37 am

ankillien wrote:You need to apply padding...

Code:
#ipbwrapper {
padding : 20px;
}
Thanks! It worked Smile
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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