Page 1 of 1

Changing banner

Posted: 10 Apr 2010, 02:31
by heredia21
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.

Re: Changing banner

Posted: 10 Apr 2010, 02:46
by cisco007
have a read here maybe this will help!
http://www.phpbb.com/community/viewtopi ... 205#header

Re: Changing banner

Posted: 10 Apr 2010, 03:25
by heredia21
I uploaded the pic but look what it is showing.
bannern.png

IM trying to make it show this
bbelogo.gif

Re: Changing banner

Posted: 10 Apr 2010, 03:33
by cisco007
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

Posted: 10 Apr 2010, 03:38
by heredia21
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?

Re: Changing banner

Posted: 10 Apr 2010, 04:20
by cisco007
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!

Re: Changing banner

Posted: 10 Apr 2010, 10:59
by Steve
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:

Code: Select all

.headerbar {
add after:

Code: Select all

	background-repeat: no-repeat;
	background-position: top center;