Page 1 of 1

Blocks go above everything but header.

PostPosted: Sat Dec 08, 2007 11:20 pm
Author: zKarp
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.wgtrack.com/forum

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I have to go to bed so I post this fast.. Sorry if this was already discussed.. But I followed everything, and I put the code for the overall header under everything like it says. But when I view it on my site the blocks are above everything but the header.

Any suggestions? I have a custom theme so this might be the reason.

Maybe some alt code or the exact line to put it under/ inbetween. I fiddled with it but no luck. (I got it above, below and inbetween header but no next to the forums likes its suppose to be.. Like the nav bar on this site.)

Hope someone can help me, The site is for my school track team. <img>

http://www.wgtrack.com/forum

*I have the "bad" header on so u can see what I mean.

Re: Blocks go above everything but header.

PostPosted: Sun Dec 09, 2007 12:06 am
Author: Helter
the code that starts on overall_header finishes in overall_footer , so if your sure youve got overall_header correct, then double check overall_footer, because it appears youve got and open table

i checked.. all seems good..

PostPosted: Sun Dec 09, 2007 5:09 pm
Author: zKarp
I check all seems good. Maybe the coding in the header is wierd so it's not working right?/

Re: Blocks go above everything but header.

PostPosted: Sun Dec 09, 2007 5:18 pm
Author: zKarp
ok here r the last few lines of header..

Code: Select all
 <table>     <tr>         <td>          <table>   <tr>     <td><img></td>     <td><img></td>     <td><img></td>   </tr></table>    <table>   <tr>     <td>



and the header code I add after the last <td>..

Code: Select all
<table><tr> {PORTAL_HEADER}<td><img></td><td>



and problems??

Re: Blocks go above everything but header.

PostPosted: Sun Dec 09, 2007 6:42 pm
Author: Helter
post your entire overall_header and overall_footer
be sure to disable "html" in your post or it will not display properly

Re: Blocks go above everything but header.

PostPosted: Sun Dec 09, 2007 9:21 pm
Author: zKarp
"HelterSkelter";p="29739" wrote:post your entire overall_header and overall_footer
be sure to disable "html" in your post or it will not display properly


Ok got it to work in ie. (accidently had the code for header in portalheader. :-p stupid me.. Any idea it's screwed in firefox but not ie?