Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banners


daz_75

Recommended Posts

Posted

I've just started using banner mananger and it seems good. The only thing is i want the banners to display in the top right corner and banner manager only has them at the bottom.

 

Is there anyway to display them at the top along with my shop logo?

 

Thanks

 

Daz

Posted
I've just started using banner mananger and it seems good. The only thing is i want the banners to display in the top right corner and banner manager only has them at the bottom.

 

Is there anyway to display them at the top along with my shop logo?

 

Thanks

 

Daz

up

Posted

I have never done this but this is the code thats in the footer.

<?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 could stick it somewhere in the header. Then comment it out in the footer if you don't want it there.

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Posted
I have never done this but this is the code thats in the footer.

 

You could stick it somewhere in the header. Then comment it out in the footer if you don't want it there.

 

cheers for that. The problem is when i stick it in the header it the banner appears above my websites banner, any ideas?

  • 11 months later...
Posted
I have never done this but this is the code thats in the footer.

 

You could stick it somewhere in the header. Then comment it out in the footer if you don't want it there.

 

I made a box for all the affiliates and banner to be inserted into it, but when a banner is displayed, the background of the box dissapears. What could be the problem. I did exactly the same with the header but the background is still fine there.

No outside links in signature allowed. See forum rules please.

Archived

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

×
×
  • Create New...