How to center a Paypal button in IE8
- by Barry
On one of my pages, http://artistsatlaketahoe.com/abstract.html , the Paypal buttons appear centered beneath text in FireFox and Chrome, but not in IE8. I got the centering to work in FF and Chrome by adding the following within the Paypal code snippet relating the Add to Cart image:
style="display: block; margin: 0 auto;"
Unfortunately, it isn't working in IE8. Any suggestions? Thanks!!