Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Images in the footer?

    I am trying to insert a PayPal & credit card logo set in the footer, but am reading conflicting posts regarding how to do this.

    Someone said to put the <img src= blah blah blah..> directly into the english.php file, and in another post someone else said it goes in the tpl_footer file. Which is correct? And can you put an html table in either one (in case you want a row of images in the footer)?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Images in the footer?

    I use a single image with all modes contained. If you are not using the navSuppWrapper this will work: And you can adjust as you need the following is for an image 366x81 in a 750px layout
    Code:
    	#navSuppWrapper {
    	margin-left: 192px;	
    	background-image: url(../images/payment.jpg);
    	height: 81px;
    	width: 366px;
    	background-repeat: no-repeat;	
    	}

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Images in the footer?

    Hey that's a good idea! But unfortunately, I *am* using the navSuppWrapper as a bottom navigational bar. Right below it is the copyright info.

    I'd really like to put the images either under or above the copyright info or, if that isn't do-able then to either side of it.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Images in the footer?

    Well then are you using #siteInfoIP use same code but different tag

  5. #5
    Join Date
    Feb 2007
    Posts
    107
    Plugin Contributions
    0

    Default Re: Images in the footer?

    Ah ha! Well that definitely set me on the right track, and the images are in just fine now. Thanks a bunch for your help!

  6. #6
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Images in the footer?

    I want to put the credit cards image in the footer bar after the ezpages links on the right img size 140x23 about 20 pixels from the right edge
    I would appreciate your help
    Thanks
    Franco

  7. #7
    Join Date
    Jun 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Images in the footer?

    Quote Originally Posted by GrandmaJ View Post
    Someone said to put the <img src= blah blah blah..> directly into the english.php file, and in another post someone else said it goes in the tpl_footer file. Which is correct? And can you put an html table in either one (in case you want a row of images in the footer)?
    Please advise hot to get to this tpl_footer file . I need to replave the current Zencart logo below the copyright with Paypal logo. I have been to Paypal website and all they are offering is a code that creates a desired logo. Do you know where i need to put this code from paypal.

    Thanks

 

 

Similar Threads

  1. v150 How to put SSL images below the footer text?
    By shopsfm in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 May 2012, 08:58 PM
  2. Adding images to the footer and sideboxes?
    By pringle in forum General Questions
    Replies: 5
    Last Post: 13 Aug 2010, 01:20 PM
  3. Replies: 1
    Last Post: 31 Dec 2009, 01:36 AM
  4. adding images and links to the footer
    By customk1 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 30 Mar 2009, 02:11 AM
  5. How to center images in the footer
    By RonnyB in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 30 Oct 2007, 02:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg