This feels like a pretty noob question, but I needed to put two scripts next to each other centered into the footer of my site.
I currently have the authorize.net script in there, I needed to put my SSL seal in there as well and am having a hard time doing it.
When I try and add the ssl site seal code underneath the auth.net code it doesn't put them next to each other they are above and below each other, centered in the footer
My site is:
www.studioanello.com
and my current code is:
I know its pretty noob, but we have some smart coders here. this would really help me out. THANKS!<DIV ALIGN=CENTER>
<!-- (c) 2005, 2009. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="e2f5c94c-5187-4668-a106-4a4bfd5f3f93";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Payment Processing</a> </div>
</DIV>



