I have this input field:
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image" class="paypal">
I want to center it on the page, I tried using text-align:center
, I tried to wrap it in a div set width to 100% and the margin to auto but it gets stretched in an ugly way, so how can I center it correctly?