Page 1 of 1

Help needed with top logo header and banner

PostPosted: Tue Apr 15, 2008 11:57 pm
Author: Getstrength
Hi there, very new to this game. I hope some one can help me. I can't seem to get my logo and top banner to work out. No matter what i do (i.e Resize logo and banner) there is always a gap on the right side of the top banner.
Not sure how to fix this?


http://www.frontsquat.com/membership/

Thanks Steve

Re: Help needed with top logo header and banner

PostPosted: Wed Apr 16, 2008 7:39 am
Author: Helter
open root/templates/Integra2/Integra2.css

find

[code].topbkg  {     background-color]

replace with

[code].topbkg  {     background-color]

Re: Help needed with top logo header and banner

PostPosted: Wed Apr 16, 2008 1:08 pm
Author: Getstrength
That worked perfect.

Thank you very much,

Steve

Re: Help needed with top logo header and banner

PostPosted: Thu Apr 17, 2008 12:41 am
Author: XHIBIT
LOL, well i found that code, deleted it and added the new css code and it didnt work for me.

Re: Help needed with top logo header and banner

PostPosted: Thu Apr 17, 2008 7:18 am
Author: Helter
that edit was just for his site. It removed the background image from his header and made the background color match his image color.
What are you trying to do?

PostPosted: Thu Apr 17, 2008 10:02 pm
Author: XHIBIT
"HelterSkelter";p="32750" wrote:that edit was just for his site. It removed the background image from his header and made the background color match his image color.
What are you trying to do?


Well actualy, I have a small verticle right gap on my site on the top banner that drives me absolutely crazy. I dont want to resize anything because thru trial and error Ive learned it screws the look up in ie.
Even though my site is best viewed using firefox is there anyway I can get this solved ?

Re: Help needed with top logo header and banner

PostPosted: Fri Apr 18, 2008 7:20 pm
Author: melamkish
XHIBIT,

I'm setting up a site for some one and disabled all the header banners so we could have an image header only. I had a similar problem with the image being pushed to the left, even using align center. The template I was working from was Helter's Dark theme. I finally was able to get the image to center by disabling the following line, which, when I did a view source chart from within FF, noticed that you still have the same code.

Search for this in your overall header template

<td>


And comment it out

<!-- <td> </td> -->


See if that gets rid of the right side gap. Worked for me. You may have to do the clear cache/cookie thing.
I like to leave all the original code intact in case I need to refer to it.

Helter, Dark theme is great. Thanks for it and the support you give. <img>

Re: Help needed with top logo header and banner

PostPosted: Fri Apr 18, 2008 7:59 pm
Author: XHIBIT
Eggggcellent ! Thanx for the heads up, it worked like a charm bro...now I can continue my plans for global internet domination.

Consider this case SOLVED !

PostPosted: Sat Apr 19, 2008 2:37 am
Author: Bumble
Hello! Jumping on the bandwagon here with a similar problem....

http://www.talkparanormal.co.uk/

Any help mucho appreciated <img>

PostPosted: Wed Apr 23, 2008 7:13 pm
Author: melamkish
I'll take a look at my own site. I'm using Power Metal and had the same issue when I set the board up. Might be a day or two, but will compare the files and see if I can help.

Re: Help needed with top logo header and banner

PostPosted: Sun Apr 27, 2008 1:01 am
Author: Bumble
Ok cheers melamkish!

Re: Help needed with top logo header and banner

PostPosted: Sun Apr 27, 2008 4:42 pm
Author: melamkish
Been a few years since I set my first board up, but here is the code for the header section I used. If I recall, I used the default call of the site logo that is selected from the ACP General Admin section, and turned off the banners, since I didn't want any banners in the header. This is what I ended up with<a name="top"

<a></a>

<table>
<tr>
<td>
<br>

<table>
<tr>
<td><img></td>
<td>
<table>
<tr>
<td><a><img></a></td>
<BEGIN>
<td><div>{BANNER_0_IMG}</div></td>
<END>
<td><img></td>
</tr>
</table>
</td>
<td><img></td>
</tr>
</table>


<table>
<tr>
<td><a><div><img></div></td>
<td>{QMENUS}</td>
<td><a><div><img></div></td>
</tr>
</table>
<br>
<table>
<tr>
<td><strong>{SITE_DESCRIPTION}</strong> </td>
</tr>
</table>