hostify Posted April 18, 2005 Share Posted April 18, 2005 :( After try to searching many time in this forum, I cannot find the exact answer, so I have to asked here. I need to add small banner to the left column of oscommerce. I try to look at /includes/column_left.php adding some text for testing after this --------------------------------------------------- <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); ?> Test text Test text <-- I put text here --------------------------------- But the result show that my Text text go on the top of the left column !!! I don't know why. How I can put it under every box that shown in the left column? Please help :( Link to comment Share on other sites More sharing options...
Wendy James Posted April 18, 2005 Share Posted April 18, 2005 After the ?> on the bottom add <tr><td> Put your code here </td></tr> Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
hostify Posted April 18, 2005 Author Share Posted April 18, 2005 Thank you very much... I will try :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.