|
well every product I know of codes the html this way as it is the only way for things to be valid html. You need to be able to nest tables correctly which means a page opens sidebar content is printed and then the footer closes any tables opened in the header. You therefore can not nest a footer within the sidebar as it would result in improper table nesting and not be xhtml or xml compliant. Sorry
|