Guest Posted May 4, 2003 Share Posted May 4, 2003 I have just moved the Banner add from the footer to the header , but it's put the page out of line on the right hand side. How can I correct this Thanks for any help Rich :D Link to comment Share on other sites More sharing options...
Ajeh Posted May 4, 2003 Share Posted May 4, 2003 If you add this code above or between the two main existing tables: <?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 } ?> You should not have anything out of place. Then, just edit the banner group 468x50 to match the one you wish to use for the top banner group, if this changes from the default banner group. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.