Menus and Headers
Did some playing around last night, trying to pull in the Wordpress Menus and header into my existing Static pages. Some success. The side menu shows up okay, although the font seems to change on me. Got the header mostly working, although it isn’t extending across the full width of the screen like I’d like it to and something is causing the main text area of some of the pages to extend past the right side of the browser screen in Explorer, but not FireFox.
Some of the commands that I think should have worked didn’t. get_sidebar() works okay, but get_header() doesn’t. Had to cludge some code together to pull in the header. It can be seen at http://www.brentsbasement.com/test.php

May 12th, 2006 at 12:41 pm
Figured out that the problem with the main area extending too far was because of some tables I was using in the incuded footnote.php file. There was no need for this to have a table anymore, so removed the table code and now it sizes correctely