spunkurmonkey Posted December 11, 2007 Posted December 11, 2007 how can i add pictures to my front page of my site, what is a banner
shadow007 Posted December 12, 2007 Posted December 12, 2007 You should learn how to add banners in osc admin area. and put codes below to the place of your banner: <?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 } ?> Everyone is changing the world. Everyone is a world. For everyone needs my help, PM or email if I amn't online.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.