shengzhongbell Posted February 11, 2009 Share Posted February 11, 2009 For example, I use google checkout, I want to put a icon of google checkout at the front page left bottom or rifht botom. How to manipulate my code? Thanks! Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2009 Share Posted February 11, 2009 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 More sharing options...
shengzhongbell Posted February 11, 2009 Author Share Posted February 11, 2009 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 More sharing options...
dickysolo Posted February 11, 2009 Share Posted February 11, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.