zirh Posted August 10, 2004 Posted August 10, 2004 Hello I want to remove a gap between boxes and the main table have a look to http://membres.lycos.fr/doublezirh you will see what i want remove thanks
Mary B. Posted August 10, 2004 Posted August 10, 2004 That's in the index file: <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> If you change the cellpadding and cellspacing to zero, the space will be gone. They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ
Recommended Posts
Archived
This topic is now archived and is closed to further replies.