Page 1 of 1

put a background img ?

PostPosted: Wed Jul 25, 2007 11:00 am
Author: nikoz
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?
I tried to do it through the ACP->extreme styles->edit styles by putting the name of the file in the background image field, after of course i had uploaded the files in the /templates/subBlack/images.



De.scription and Message

I am using the subBlack template. I would like to change the background by putting one image that i have (background.jpg). I tried to do it through the ACP->extreme styles->edit styles by putting the name of the file in the background image field, after of course i had uploaded the files in the /templates/subBlack/images. But still reimains the same black color. Do i do anything wrong? Any suggestion?
Thanx in advance

Re: put a background img ?

PostPosted: Wed Jul 25, 2007 4:50 pm
Author: Helter
[code]  open  templates/subBlack/subBlack.css  Find       background-color]

PostPosted: Thu Jul 26, 2007 10:58 am
Author: nikoz
Thanx for the reply and it worked. But i would like the background image not to appear out of the yellow line border but inside. I dont know if this is possible.
http://www.abada-capoeira.gr
Thanx again for any help

Re: put a background img ?

PostPosted: Sun Jul 29, 2007 12:58 pm
Author: alumsprings
If you mean something like I've done on my site [url=http]Alum Springs Baptist Church Online Ministries[/url] then you would need to do this to your css file:

Code: Select all
/* This is the border line & background color round the entire page */  .bodyline{background:url(images/bluefoil.jpg);border:1px solid #98aab1}


Of course you would need to put your image there instead of "bluefoil.jpg" as I have in mine. Hope this helps.