Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner support. please help!


e-supreme

Recommended Posts

Posted

Hi,

 

 

I have been trying to place a banner into the right hand side of my website but it never appears to work.

I go to includes/right column and copy the html code but the banner just does not appear. Can anyone tell what I am doing wrong?

 

Also I wanted to create a banner in between the left and right hand description boxes on the front page. I dont have a clue how to do this and would be grateful if someone could help.

 

Thanks!

Posted

I think you'll need to show us what code you're pasting into column_right.php.

 

 

 

Looking at the footer banner on one of my sites, there are two bits of code. The second part is where the banner will appear:

 

 

<?php

if ($banner = tep_banner_exists('dynamic', 'banner')) {

?>

 

and

 

<?php echo tep_display_banner('static', $banner); ?>

<?php

}

?>

 

 

From my experience of playing around with them, you need both bits to get a banner to work.

oscommerce_community_forums.gif

Archived

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

×
×
  • Create New...