Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to put a small picture in the left botom


shengzhongbell

Recommended Posts

Hi Chris,

 

Thanks for the reply, but I dont want to put in the left or right colum. I need to put in the left botom corner of my front page. I mean parallel on the left of the "copyright@store_name"

 

Any suggestion?

 

Thanks!

Sheng,

 

If you want, you can put your Image in a column box by changing this contribution a little:

 

http://addons.oscommerce.com/info/4471

 

 

Chris

Link to comment
Share on other sites

Hi Chris,

 

Thanks for the reply, but I dont want to put in the left or right colum. I need to put in the left botom corner of my front page. I mean parallel on the left of the "copyright@store_name"

 

Any suggestion?

 

Thanks!

 

find the below code in catalog/includes/footer.php. this displays the copyright@store_nam.... modify it according to your choice of displaying the image.

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...