Center an Amazon Payment Button

I often need to center an Amazon Payment button, but I keep forgetting how. There are lots of CSS solutions. Here's the solution I currently use. Just surround the form in an div with an align value set to center.

<div align="center">
<!-- Amazon Payment Form Goes Here -->
</div>
comments powered by Disqus
center_an_amazon_payment_button.txt · Last modified: 2020/06/01 22:53 (external edit)