This shows you the differences between two versions of the page.
| center_an_amazon_payment_button [2013/03/14 14:28] Joel Dare created | center_an_amazon_payment_button [2020/06/01 22:53] (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== 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> | ||