Tsuri Japan Posted November 27, 2006 Posted November 27, 2006 I'm been trying to get this to work for some time but can't get the legist of it....... What I'm trying to do is sererate these two codes into two different cell or boxes........ <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td> <table border="0" width="100%" cellspacing="1" cellpadding="0" class="infoBox"> <tr class="infoBoxContents"> <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> </tr> <? // STAR PRODUCT START... if (SHOW_STARPRODUCT=="true") { ?> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_STAR_PRODUCT); ?></td> </tr></td> <? } // STAR PRODUCT END... ?> </table> How can I make them two seperate boxes not touching or conflicting with eachother? Thanks very much and hope someone can help me out...... Nigelman :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.