Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

banner question


romanticwarrior1us

Recommended Posts

Posted

I think banners are displayed in includes/footer.php. So go in there and put some html code around it to center it. Kind of like this:

 

<table align="center" border="0" width="80%" cellspacing="0" cellpadding="0">
 <tr>
   <td align="center" class="smallText">
          banner code.....
   </td>
 </tr>
</table>

Archived

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

×
×
  • Create New...