joe.biz Posted July 13, 2005 Share Posted July 13, 2005 whats the easiest way to add about 20px of vertical space between each box on the right side? i tried going into the includes\classes\boxes.php file and changing the tablebox class's constructor: // class constructor function tableBox($contents, $direct_output = false) { $tableBox_string = '<table border="' . tep_o to be like this: // class constructor function tableBox($contents, $direct_output = false) { $tableBox_string = '<br><br><table border="' . tep_o but it added line breaks in a bunch of other places that i didn't want it to be at. any help would be appreciated thanks. Link to comment Share on other sites More sharing options...
akosh Posted July 13, 2005 Share Posted July 13, 2005 You can try adding <?php echo tep_draw_separator('pixel_trans.gif', '100%', '20'); ?> at the begining or end of each /includes/boxes/ files. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.