Page 1 of 1

Logo and banner question

PostPosted: Fri Feb 02, 2007 1:40 pm
Author: rpadilla
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.littleelmforums.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
N/A


What was done to try to solve the problem?
N/a



De.scription and Message

I will like to have a logo running all the way to the right, banner area, and then the banner would come on top when activated. Can this be done?

Re: Logo and banner question

PostPosted: Fri Feb 02, 2007 11:15 pm
Author: Helter
open your overall header.tpl for your template. find and remove the banner code and the spacer under it

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


place this code into its own table, inside the banner switches


<BEGIN>
<table>
<tr>

<td><div>{BANNER_0_IMG}</div></td>
<td><img></td>
</tr>
</table>

<END>

place the above code after

<a></a>