Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2010
    Posts
    91
    Plugin Contributions
    0

    Default Footer not cooperating

    I have several buttons that I want displayed in the footer. I have them showing up but they are scattered all over and look horrible and nothing I have tried will get them to move. Here is a copy of the code for the buttons:

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
    <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->

    <a target="_new" href="/f109656/wefoundemcom/" title="Compare prices at WillyFogg.com"><img src="http://willyfogg.com/images/b/willy34w.gif" border=0 alt="Compare prices at WillyFogg.com"></a>

    <div id="googleCheckoutLogo"></div><script src='https://checkout.google.com/buttons/logos?merchant_id=959291604277807&loc=en_US&f=png' ></script>

    I would like them to line up with the "upfront" button and just go straight across with just a small space between them. Every time I think I have it right it doesn't change it at all.

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

    Default Re: Footer not cooperating

    I have them showing up but they are scattered all over and look horrible and nothing I have tried will get them to move.
    That is because you have just hacked them into the code somewhere
    One is in a table and the rest are just the code entered
    Place them all inside a new containing div and scrap the table
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2010
    Posts
    91
    Plugin Contributions
    0

    Default Re: Footer not cooperating

    Ok I ALMOST got it. The google code contains it's own <div> and I tried a few different variations but can't the google button to step in line.

    This is what I have so far, that gets the closest:

    <div id="footerbuttons">
    <a class="tf_upfront_badge" href="http://www.thefind.com/store/about-wefoundem" title="TheFind Upfront"><img border="0" src="//upfront.thefind.com/images/badges/s/1a/d9/1ad98af6255d0ef029cd00f22cf9c6bb.png" alt="WeFoundEm.com is upfront"/></a>
    <script src="//upfront.thefind.com/scripts/main/utils-init-ajaxlib/upfront-badgeinit.js" type="text/javascript"></script>
    <script type="text/javascript">thefind.upfront.init('tf_upfront_badge', '1ad98af6255d0ef029cd00f22cf9c6bb')</script>

    <!-- PayPal Logo -->
    <a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
    </div>
    <div id="googleCheckoutLogo"></div><script src='https://checkout.google.com/buttons/logos?merchant_id=959291604277807&loc=en_US&f=png' ></script>

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Footer not cooperating

    Add this to your stylesheet.css and you should be good:

    Code:
    #footerbuttons {
       margin: 0 0 0 250px;
    }
    #badge_container img {
       margin: -48px 0 0 665px; 
       display: block;
    }
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Oct 2010
    Posts
    91
    Plugin Contributions
    0

    Default Re: Footer not cooperating

    as always you are a Zen God among Zen Mortals.

    Now if I can just convince them to make better looking graphics lol.

    Thanks again.

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Footer not cooperating

    Haha.....I sure hope you was talking to kobra, as I KNOW I'm no Zen God..........just a mere Zen mortal, myself.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

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

    Default Re: Footer not cooperating

    Code:
    <!-- PayPal Logo -->
    <a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
    </div>
    <div id="googleCheckoutLogo"></div><script src='https://checkout.google.com/buttons/logos?merchant_id=959291604277807&loc=en_US&f=png' ></script>
    Scrap the closing table td, & tr highlighted above
    Move the highlighted closing div to the end of these as in

    Code:
    <!-- PayPal Logo -->
    <a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a><!-- PayPal Logo -->
    
    <div id="googleCheckoutLogo"></div><script src='https://checkout.google.com/buttons/logos?merchant_id=959291604277807&loc=en_US&f=png' ></script> 
    </div>
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Oct 2010
    Posts
    91
    Plugin Contributions
    0

    Default Re: Footer not cooperating

    lol I think you both are running neck in neck for the number of my coffee induced dumb questions

 

 

Similar Threads

  1. v139h Footer text is centered, but not centered in the footer block
    By brush4hire in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2012, 03:17 PM
  2. v139h FedEX and XCheckout (Ajax Checkout) not cooperating
    By llynix in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Mar 2012, 08:27 PM
  3. Logo Wrapper settings are not cooperating with me..Help please..
    By coolscrapbook in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 11 Dec 2007, 01:25 PM
  4. Footer does not render and is not disabled in templates
    By lbpp in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Oct 2006, 02:35 AM
  5. define pages and CHMOD not cooperating
    By Justwade in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jun 2006, 07:50 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