shoppingcart101 Posted March 12, 2006 Posted March 12, 2006 Hello everyone reading this. I would like a little guidence on add a "header" and "footer". I want to add a jpeg of gif image to sit on tp of my cat and an image to be place below my cart. I know I m suppose to work with the "header.php" file. I would like to know do I add another table within that file? Do I modify the code? Do I place the header, I created, in images folder? I am familiar with html. I am new at php. Im sure its rather simple. I hope. I appreciate any help or advice here. Brian
Jack_mcs Posted March 12, 2006 Posted March 12, 2006 It depends on how you want to add it but it is just html. Find the code in header.php that displays the logo and place a <td><img src...></td> under it. That will place an image beside the logo. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
spax Posted March 12, 2006 Posted March 12, 2006 The PHP is generating HTML or it is embedded in it. Basically, in the header, you treat the tables as you normally would. Just make a copy of the original header.php and jump in all guns blazing. If you mess it up, just re-instate the copy.
shoppingcart101 Posted March 12, 2006 Author Posted March 12, 2006 It depends on how you want to add it but it is just html. Find the code in header.php that displays the logo and place a <td><img src...></td> under it. That will place an image beside the logo. Jack Thanks Jack I will try that. I appreciate you help and advice. Brian
shoppingcart101 Posted March 12, 2006 Author Posted March 12, 2006 The PHP is generating HTML or it is embedded in it. Basically, in the header, you treat the tables as you normally would.Just make a copy of the original header.php and jump in all guns blazing. If you mess it up, just re-instate the copy. Thanks I will try that. I appreciate you advice. Brian
Recommended Posts
Archived
This topic is now archived and is closed to further replies.