retry86 Posted February 13, 2008 Posted February 13, 2008 I would like to put a infobox, not right under another infobox, but at the bottom of the page in colomn_left.php. How can i do it? thanks in advance. Retry
Guest Posted February 14, 2008 Posted February 14, 2008 I would like to put a infobox, not right under another infobox, but at the bottom of the page in colomn_left.php. How can i do it? thanks in advance. Retry Hi andre here is one of the solution-- if you want the new infobox at the very bottom in the left column you can add the same line code as for infobox in column_left.php in the end before this '?>' it will add the same infobox at the bottom of left column now you have to make an image like infobox1 edit that according to your need. cheers!!!!!!!!!! vansh
retry86 Posted February 14, 2008 Author Posted February 14, 2008 THanks for the answer! To be honest, i didn't understand too much of it, as i'm very new to this. if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } // BOF: WebMakers.com Added: Column Banner if ( ($banner = tep_banner_exists('dynamic', '125x125') and $HTTPS !='on') ) { require(DIR_WS_BOXES . 'column_banner.php'); } // EO // BOF: WebMakers.com Added: Column Banner if ( ($banner = tep_banner_exists('dynamic', 'banner2') and $HTTPS !='on') ) { require(DIR_WS_BOXES . 'column_banner2.php'); } ?> This is my code. I wan one of the Banners down
retry86 Posted February 14, 2008 Author Posted February 14, 2008 I think i might be a little unclear on this subject. I want the box to be at the very bottom of the page. Not just one lower than the last infobox. We can say it like this. I use only 1 infobox. And i want it to be at the very bottom of left colomn.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.