Hi guys & girls,
Well this is my first time being on this forum. Could anyone help me with some basics. Have opened up a e commerce website and placed my payment logos on the bottom of each page through the css.
Google, Paypal and Credit cards logos.
I would like to have all in one line side by side ,; how do i do this?
i have managed to get two on top of one , however it would look better if all were in one line.
my current coding is ;
<a href="http://www.paypal.com/uk" target="_blank"><img src="http://www.visamastercardlogos.com/img/logos/mc_ms_vs_accpt_h_038_gif.gif" alt="High Risk Merchant Account - www.ballisticmerchantservices.com" border="0" /></a>
<!-- PayPal Logo --></td></tr>
<tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=400, height=350');"><img src="https://www.paypal.com/en_GB/GB/i/logo/PayPal_mark_60x38.gif" border="0" alt="Acceptance Mark"></a></td></tr></table><!-- PayPal Logo -->
<div id="googleCheckoutLogo"; align="center"></div><script src='https://checkout.google.com/buttons/logos?merchant_id=1752..1628773&loc=en_GB&f=png' ></script>
<!-- footer ends here -->
</body>
</html>
I know its something really simple to do with the divs etc. Will be learning that soon !
Any advice or help would be much appreciated.
Many thanks =)