I've decided to use PHP includes to keep parts of my website the same across all pages, but I don't know the best way of doing this. I have a page header containing a logo, links and page title, and a left navigation bar to be included. All are currently in a table.
So far, I've come up with positioning them absolutley and with a z-index of 2 (higher than normal text), then positioning the main content absolutley also, so it fits in with the rest of the page. This would all be done with a stylesheet. Does anyone have any better ideas?
Thanks.


LinkBack URL
About LinkBacks
.
Reply With Quote
