Page 1 of 1

Problem with Table Layout

PostPosted: Tue Apr 01, 2008 1:21 pm
Author: iceprincess
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.timemessengers.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
Murdered all sorts of code.


What was done to try to solve the problem?
Searched KB, searched forum, banged head against wall repeatedly.



De.scription and Message

I'm using 3_column.tpl with systemwide headers and footers. Everything centers and lays out ok, except for the viewtopic pages. For the life of me, I can't figure out what would be causing this. The table borders are turned on and the spacer.gif's are colored so I can see where everything is. Anyone have a clue as to what I messed up or how to go about fixing this? I don't believe I edited any of the lines on viewtopic_body so it must be coming from another file.

Much appreciated!
IcePrincess

Re: Problem with Table Layout

PostPosted: Tue Apr 01, 2008 3:03 pm
Author: Helter
where id you place your fixed width tag?

Re: Problem with Table Layout

PostPosted: Tue Apr 01, 2008 4:20 pm
Author: iceprincess
Hi Helter,

The fixed width is in the overall_header.

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


Should I have set it somewhere else to have all of the pages lay out right?

Thanks!!!!
IcePrincess

Re: Problem with Table Layout

PostPosted: Tue Apr 01, 2008 6:47 pm
Author: Helter
try this

overall_header.tpl
Code: Select all
 <div>{QBARS}<a></a><table>   <tr>    <td>  


overall_footer.tpl
[code]  <div>]
integra2.css
[code]  .fixed {     width]

Re: Problem with Table Layout

PostPosted: Wed Apr 02, 2008 9:02 am
Author: iceprincess
Hi Helter,

On the css file, where do I add the lines?

Thanks!
IcePrincess

Re: Problem with Table Layout

PostPosted: Wed Apr 02, 2008 1:34 pm
Author: Helter
you can add it anywhere that is not inside another css class. Generally after any }