Hey clydejones, thanks for helping me figure this out.
I started out with your suggestion from the last post and ended coming up with this for the left side and then did the same for the right (ColumnTwo of course):
and I did this to put a static banner at the bottom:Code:<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>"> <div id="navColumnOneTopWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div> <?php /** * prepares and displays left column sideboxes * */ ?> <div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div> <div id="navColumnOneBottomWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div></td> <?php
Code:?> <!--eof- banner #6 display --> <div id="contentMainFooter"> </body>




