Page 1 of 1

Centering the Forum Logo

PostPosted: Thu Mar 08, 2007 10:58 am
Author: SquidHC
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.eternityguild.info

PHP Version:
MySQL Version: 4


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Under the AdminPanel/GeneralAdmin/Configuration you can set a logo. This logo appears at the top of every page. Is there a way to center this logo?

Re: Centering the Forum Logo

PostPosted: Thu Mar 08, 2007 5:33 pm
Author: Helter
yes. in the overall_header.tpl find the code for banner_0 and remove it

================================================


<BEGIN>
<td><div>{BANNER_0_IMG}</div></td>
<END>
<td> </td>


=================================================


then find the td tag for the banner


=================================================


<td><a><img></a></td>


=================================================


and change to


<td><a><img></a></td>