Screen shot of website before I try and remove right hand column
[img]http://www.unibooks.co.nz/b4remove.jpg[/img]
The look of the code before I do anything
<!-- body_text_eof //-->
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php
require(DIR_WS_INCLUDES . 'column_right.php');
?>
<!-- right_navigation_eof //-->
</table></td>
<?php /*
</tr>
</table>
*/ ?>
<!-- body_eof //-->
Picture of site after I try and remove right hand column
[img]http://www.unibooks.co.nz/afterremove.jpg[/img]
And a cut of the code
<!-- body_text_eof //-->
<--
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
-->
<!-- right_navigation //-->
<?php
// require(DIR_WS_INCLUDES . 'column_right.php');
?>
<!-- right_navigation_eof //-->
</table></td>
<?php /*
</tr>
</table>
*/ ?>
<!-- body_eof //-->
As you can see, all I have done is change 2 lines,and this is what happens.
Hopefully someone can maybe see where I am going wrong.
Thanks
Peter














