Page 1 of 1

Banner Width

PostPosted: Fri Jun 29, 2007 3:15 am
Author: shamroc
See http://www.shamrocs.com

My header banner is not wide enough on the screen. it is set for 110 x 950 size. However, if I increase the width of the image, I still hqave the gap on the right hand side?

Can anyone offer any ideas how to solve it?

Thank you.

Re: Banner Width

PostPosted: Fri Jun 29, 2007 4:10 am
Author: Michalis
this maybe not sort of the help ur after. when i installed my board I took the original banner which was part of the template & re-edited it by adding my own logo on the banner using photoshop. as the original banner is set perfectly so if the logo did not look right or centered I just moved the logo in banner to the appropriate position in phoptoshop.

Thats what I did with mine

Re: Banner Width

PostPosted: Fri Jun 29, 2007 6:29 am
Author: Helter
find

Code: Select all
         <td><a><img></a></td><BEGIN>          <td><div>{BANNER_0_IMG}</div></td><END>


replace with

Code: Select all
         <td><a><img></a></td><BEGIN>          <td><div>{BANNER_0_IMG}</div></td><END>


this should align the banner to the center as long as banner_0 is not used

Re: Banner Width

PostPosted: Sun Jul 01, 2007 2:53 pm
Author: shamroc
Hi Helter.

What file is that in? You don't say.

Thanks.

PostPosted: Mon Jul 02, 2007 9:54 am
Author: Michael Lundie
It's in overall_header.tpl in your templates/*yourtemplate* folder. Take care!

Re: Banner Width

PostPosted: Thu Jul 05, 2007 2:18 pm
Author: shamroc
Thanks. However that did not work. I still got a space at the right hand side i can't get rid of. any other ideas?

Re: Banner Width

PostPosted: Fri Jul 13, 2007 6:46 am
Author: Watcher
try resizing the banned from left to right till it centers in the middle, it looks like its to long and causeing the forum to streach, try 110x900 see what that does, if it does not do it at 900 try 850 till the banner centers in the header bar, with the same amount of space on both sides of the banner. because the .script is telling it to center but it cant because its to long to center

hope this helps

Re: Banner Width

PostPosted: Fri Jul 13, 2007 2:57 pm
Author: .QUACK.Major.Pain
Don't you have to remove the overall banner to allow it to move over to center?

Re: Banner Width

PostPosted: Fri Jul 13, 2007 6:56 pm
Author: Helter
open overall_header.tpl

find

Code: Select all
<END>          <td>     </td>


replace with

Code: Select all
<END>


if the banner is turned off. it does not use any space, however there are spacers ( ) on the other side of the banner

Re: Banner Width

PostPosted: Fri Jul 13, 2007 7:07 pm
Author: .QUACK.Major.Pain
How do you turn it off?
Just don't use any?