Changing banner
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Changing banner
How can I change/add a custom banner to be the same size and go all the way across just like this one, but an image.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Changing banner
have a read here maybe this will help!
http://www.phpbb.com/community/viewtopi ... 205#header
http://www.phpbb.com/community/viewtopi ... 205#header
Re: Changing banner
I uploaded the pic but look what it is showing.
IM trying to make it show this
IM trying to make it show this
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Changing banner
don't really know if you followed the instructions correctly, but did you change the edits on the files according to how big you image is or how big is your image?
Re: Changing banner
No. I want it the same size as the banner that is there now. Like the way it is across. The image wont stretch out to fit?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
Re: Changing banner
no the image will not stretch to fit, you must resize it, read the instructions on the link i gave you and you might get an idea of how big the image should be, it should be at least over 1000px long!
- Steve
- BBCoder VI
- Posts: 863
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: Changing banner
viewtopic.php?f=11&t=385 << style link
how about a glossy black style and using the blackberry empire image as the site logo ?
but to get any image in the header centered and not repeat ,like cisc007 said make an image big enough
open styles/your style/theme/colours.css
find:
add after:
how about a glossy black style and using the blackberry empire image as the site logo ?
but to get any image in the header centered and not repeat ,like cisc007 said make an image big enough
open styles/your style/theme/colours.css
find:
Code: Select all
.headerbar {
Code: Select all
background-repeat: no-repeat;
background-position: top center;