Rapid Dr3am Posted February 13, 2005 Share Posted February 13, 2005 ok, on index.php there is:<hr /><td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td><hr />and the code is in includes/modules/new_products.php and its makes the table stuff, but I need to know where the code for the table stuff is, I'm mainly wanting to find </table> EDIT: ok the code is in includes/classes/boxes.php: <hr />class contentBox extends tableBox { function contentBox($contents) { $info_box_contents = array(); $info_box_contents[] = array('text' => $this->contentBoxContents($contents)); $this->table_cellpadding = '1'; $this->table_parameters = 'class="infoBox"'; $this->tableBox($info_box_contents, true); } function contentBoxContents($contents) { $this->table_cellpadding = '4'; $this->table_parameters = 'class="infoBoxContents"'; return $this->tableBox($contents); } }<hr /> but I dont know how to add this too it: <hr /><tr><td><div style="height: 5px; background: url(./images/f_bg.gif) #FBFCFD repeat-x bottom;">.</div></td></tr><hr /> right befor the table closes. Link to comment Share on other sites More sharing options...
Rapid Dr3am Posted February 14, 2005 Author Share Posted February 14, 2005 Anyone? Link to comment Share on other sites More sharing options...
Dude21 Posted February 15, 2005 Share Posted February 15, 2005 I am having the same problem :o :blink: someone please help :'( Link to comment Share on other sites More sharing options...
Rapid Dr3am Posted February 15, 2005 Author Share Posted February 15, 2005 *bump* Link to comment Share on other sites More sharing options...
Dude21 Posted February 15, 2005 Share Posted February 15, 2005 what I want to add is <div class="info_bottom"> right befor the text for the info boxes Link to comment Share on other sites More sharing options...
Rapid Dr3am Posted February 15, 2005 Author Share Posted February 15, 2005 I'm still stuck! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.