Post by JaxV » Wed Mar 13, 2013 7:46 pm

I'm trying to align the paypal and ssl images/links in the footer and need a bit of help.

I first tried them with div wraps (if that's what you call them, hope you know what I mean) in footer.tpl and then entering on the stylesheet SSL to amend, as that is how I have been adding and positioning images/links in the header, but it's not working. I've now tried without the div wraps and simply entering the code into footer.

So after:

Code: Select all

<div id="powered"><?php echo $powered; ?></div>
I have:

Code: Select all

<!-- PayPal Logo -->
<table border="0" cellpadding="10" cellspacing="0" align="left"><tr><td align="left"></td></tr><tr><td align="left"><a href="https://www.paypal.com/uk/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/uk/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_SbyPP_mc_vs_ms_ae_UK.jpg" border="0" alt="PayPal Acceptance Mark"></a></td></tr></table><!-- PayPal Logo -->
<!--- Secure Site Seal - DO NOT EDIT --->
<span id="ss_img_wrapper_115-55_image_en"><a href="http://www.alphassl.com/ssl-certificates/wildcard-ssl.html" target="_blank" title="SSL Certificates"><img alt="Wildcard SSL Certificates" border=0 id="ss_img" src="//seal.alphassl.com/SiteSeal/images/alpha_noscript_115-55_en.gif" title="SSL Certificate"></a></span><script type="text/javascript" src="//seal.alphassl.com/SiteSeal/alpha_image_115-55_en.js"></script>
I've changed the align section in the paypal bit to 'left' as I want the paypal logo, then SSL, then the 'powered by' section all alligned. Where have I gone wrong?

Many thanks.
Last edited by JaxV on Sun Mar 17, 2013 5:16 pm, edited 1 time in total.

New member

Posts

Joined
Sun Mar 03, 2013 7:25 pm

Post by JaxV » Wed Mar 13, 2013 7:49 pm

Website is www.itsawoodthing.co.uk to see how it is aligning. Thanks :)

New member

Posts

Joined
Sun Mar 03, 2013 7:25 pm

Post by JaxV » Thu Mar 14, 2013 3:40 am

Anyone :'(

New member

Posts

Joined
Sun Mar 03, 2013 7:25 pm

Post by JaxV » Sat Mar 16, 2013 8:27 pm

Bump?

This is either a very silly question so no-one can be bothered to answer, or too tricky to answer. I'm hoping the former and someone will take pity on me and put me out of my misery. Pretty please?

New member

Posts

Joined
Sun Mar 03, 2013 7:25 pm

Post by MarketInSG » Sat Mar 16, 2013 9:27 pm

Use a float.

Code: Select all

<div style="float:left;">PAYPAL CODES</div><div style="float:left;">SSL CODE</div><div style="float:right;"><?php echo $powered; ?><div>


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by JaxV » Sun Mar 17, 2013 5:16 pm

That did it thank you ;D

New member

Posts

Joined
Sun Mar 03, 2013 7:25 pm
Who is online

Users browsing this forum: No registered users and 17 guests