seru Posted February 21, 2004 Posted February 21, 2004 hello wiki doc is great... I solved a lot of probs using the powerful tool.. but I couldnt figure out HOW TO MAKE ALL THE BOXES COMBINED.... I dont want them to be in seperate boxes... is this possible?...I want them to look in one .. not in seperate boxes.. one more thing, is it posible to make the boxes have their own graphic background? thx .. seru
berkedam Posted April 11, 2004 Posted April 11, 2004 hello wiki doc is great... I solved a lot of probs using the powerful tool.. but I couldnt figure out HOW TO MAKE ALL THE BOXES COMBINED.... I dont want them to be in seperate boxes... is this possible?...I want them to look in one .. not in seperate boxes.. one more thing, is it posible to make the boxes have their own graphic background? thx .. seru remove vertical spaces bewteen boxes left col /catalog/index.php: around line 75? old: <table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation // --> <?php require(DIR_WS_INCLUDES . 'column_left.php' ); ?> <!-- left_navigation_eof // --> new: <table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0"> <!-- left_navigation // --> <?php require(DIR_WS_INCLUDES . 'column_left.php' ); ?> <!-- left_navigation_eof // --> you may need to change cellpadding to 0 in other places "If you're working on something new, then you are necessarily an amateur."
Recommended Posts
Archived
This topic is now archived and is closed to further replies.