willwatson Posted June 1, 2006 Posted June 1, 2006 right so far ive got a banner down at the bottom of the page that is flash. ive enabled the site so that flash shows but i would like to move it completely to the top. please see image below... any help is appreciated! thanks...
Guest Posted June 1, 2006 Posted June 1, 2006 move the banner code to the catalog\includes\header.php. By default the banner code can be found in catalog\includes\footer.php <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?>
willwatson Posted June 5, 2006 Author Posted June 5, 2006 move the banner code to the catalog\includes\header.php. By default the banner code can be found in catalog\includes\footer.php <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> so when i update the banners it will update there too?
Mediajuggle Posted June 5, 2006 Posted June 5, 2006 yes My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275
Recommended Posts
Archived
This topic is now archived and is closed to further replies.