Page 1 of 1

logo error... some weird space...

PostPosted: Mon Mar 05, 2007 3:02 pm
Author: Gattsu
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://naruto-elite.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
nothing....


What was done to try to solve the problem?
search solution thru apc



De.scription and Message

hm, on my site where is logo there is some empty space,,
how to remove that..
site loks deformed lol

help pls

Re: logo error... some weird space...

PostPosted: Mon Mar 05, 2007 4:59 pm
Author: Helter
open templates/dark/overall_header.tpl

find

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


replace with

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

PostPosted: Tue Mar 06, 2007 3:01 am
Author: Gattsu
thanx, i apply that ..
but still not good..


help again pls

PostPosted: Fri Mar 09, 2007 10:23 am
Author: Gattsu
when i click on forum,, it is fine,, but portal page is messed up ....


helllpppp

Re: logo error... some weird space...

PostPosted: Fri Mar 09, 2007 7:00 pm
Author: Helter
the header in both the index and portal look the same to me.

to remove the image on the left of the header, open templates/dark/overall_header.tpl

find

<table>

replace with

<table>

PostPosted: Mon Mar 12, 2007 2:20 am
Author: Gattsu
thanx man for helping..

but still is same problem ...

Re: logo error... some weird space...

PostPosted: Mon Mar 12, 2007 9:09 pm
Author: Helter
ive looked at your site in FF and IE and I dont see any problem with the header.

Re: logo error... some weird space...

PostPosted: Tue Mar 13, 2007 1:26 am
Author: Frost
Yea, me too
The only thing that I notice is that the header image doesn't stretch all the way across the site
But even that is the exact same in both portal and forum

You'll need to elaborate on exactly what you are seeing that we aren't
Maybe you're seeing a cached version before you did the edit's Helter told you to?

PostPosted: Tue Mar 20, 2007 11:03 am
Author: Gattsu
hm ... . .

thanx.... but..


How can I put default site resolution to 1024x768?

Re: logo error... some weird space...

PostPosted: Tue Mar 20, 2007 3:03 pm
Author: Helter
you cannot. You can suggest that the site is best when viewed at that resolution, but visitors are going to view it at whatever thier screen resolution is set to. You can make the max width of the forum/portal 1024px wide, but anyone with a larger screen will just see extra space on the sides of the forum.
The easiest way to set the width to 1024 is to open your overall_header
Code: Select all
 FIND  <a></a><table>  



Code: Select all
 REPLACE WITH  <a></a><table>  


just be aware that anyone browsing with 640x480 or 800x600 will have to scroll to see your whole site

PostPosted: Wed Mar 21, 2007 12:44 am
Author: Gattsu
thanx man ...
but i made and croatian version of that template...

and croatian version dont have that space ?

on portal.php

manny thanx for helping <img>

PostPosted: Thu Mar 22, 2007 11:50 am
Author: Gattsu
Let me say this again. Frost mentioned that the header image doesn't stretch all the way across the site. How can I fix THAT problem?

Re: logo error... some weird space...

PostPosted: Sun Mar 25, 2007 5:21 am
Author: Frost
Well that depends on what you want it to look like <img>
You can always make the table or code that you used to 100% but that will just literally "stretch" the banner and is usually quiet ugly.

What I do when making headers is keep in mind the fact that people do use different resolutions and on top of that different browsers. Eg: some have wider scrollbars, or have a different theme on the browser which also affects the width of the viewing screen. So I usually design my headers to be able to stretch with any resolution and maintain the original look.

You would just want to leave a blank space somewhere vertically so you can slice it and have just that one spot stretch 100%, but sometimes the image is more complex. I have created a tutorial for how to do this here: http://www.black-fusion.com/forum/viewtopic.php?p=81#81

I should probably add it to KB if that was ok with HelterSkelter

Re: logo error... some weird space...

PostPosted: Sun Mar 25, 2007 10:55 am
Author: Helter
go ahead. I have not had time to thoroughly read it through, but from what i read, it looked pretty good

Re: logo error... some weird space...

PostPosted: Sun Mar 25, 2007 9:52 pm
Author: Frost