Custom Theme layout problem

While customizing F1Subice Black for my own use with 1.41 I've created the following problem:
I've added some graphics around the navigation menu which creates a large gap to the right (as shown in screenshot below which shows deleting a comment from a KB article) but only on some pages.
[flash=,:18n9d4wx]http://outland.chimaerica.com/gap.jpg[/flash:18n9d4wx]
This occurs on the toc page of the KB but goes away once you pick a category. Same problem with Acronyms.
It reminds me of what happens when using a different portal layout and leaving a column empty...but I am using the regular portal_body.tpl for the default. System-wide portal-header is enabled, footer is not. When I do enable the system-wide footer then the whole footer disappears...so I know I am doing something wrong with the html...
Most pages look fine (forums look correct).
Below is the basic code generated by slicing the image I wanted in Paint Shop Pro:
Any idea where I am messing this up? I know it is this customization that is screwing up some of the pages - if I just go with the plain menu everything looks ok. <img>
I've added some graphics around the navigation menu which creates a large gap to the right (as shown in screenshot below which shows deleting a comment from a KB article) but only on some pages.
[flash=,:18n9d4wx]http://outland.chimaerica.com/gap.jpg[/flash:18n9d4wx]
This occurs on the toc page of the KB but goes away once you pick a category. Same problem with Acronyms.
It reminds me of what happens when using a different portal layout and leaving a column empty...but I am using the regular portal_body.tpl for the default. System-wide portal-header is enabled, footer is not. When I do enable the system-wide footer then the whole footer disappears...so I know I am doing something wrong with the html...
Most pages look fine (forums look correct).
Below is the basic code generated by slicing the image I wanted in Paint Shop Pro:
- Code: Select all
<table> <tr><td> <img></td></tr> <tr><td> <img></td><td> <img></td><td> <img></td></tr> <tr><td> <img></td><td> <img></td><td> <img></td></tr> <tr><td> <img></td><td> <img></td><td> <img></td></tr> </table>
Any idea where I am messing this up? I know it is this customization that is screwing up some of the pages - if I just go with the plain menu everything looks ok. <img>