Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner Manager: Moving from footer to header . Please Help


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...