garage08 Posted October 3, 2007 Share Posted October 3, 2007 Hi, I want to add a image that shows various credit cards we accept at bottom of my homepage, but do not know how, anyone can help? Also, I would add some copyright notes at bottom of the homepage took, but the person at technical support only told me I can add it in the file, following footer text body, as you can see below: <td width="251" height="93"><?php echo FOOTER_TEXT_BODY; ?></td> <td class="footer_menu_tb"> But I still do not know how. Please help................... ??? ??? Link to comment https://forums.phpfreaks.com/topic/71743-how-to-add-a-image-at-bottom-of-the-homepage/ Share on other sites More sharing options...
Crew-Portal Posted October 4, 2007 Share Posted October 4, 2007 <?php $FOOTER_TEXT_BODY = (your_file_location.php"); ?> <table width="251" height="93"><tr> <td class="footer_menu_tb"><?php echo $FOOTER_TEXT_BODY; ?></td> </tr></table> Link to comment https://forums.phpfreaks.com/topic/71743-how-to-add-a-image-at-bottom-of-the-homepage/#findComment-361407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.