From: Paul V. <pau...@gm...> - 2007-10-01 07:48:29
|
Hi, We currently have something like: <div id=header> <div class=content> <div id=articles> <div id=left> <div id=right> <div id=footer> (so footer is part of content0 Wouldn't it make more sense to have: <div id=header> <div class=content> <div id=articles> <div id=left> <div id=right> <div id=footer> There is a comment in footer.php (<!--end of div content-->) but no associated /div with it. Cheers, Paul. |