hi
im trying to centre a button and i can't get it to work for me. I'd appreciate some input as to how i could do this.
My page width is 920px
the html is as follows
<button><a class="pricebutton" href="price.html" title="pricelist">Find our Pricelist Here<button>
the CSS
a.pricebutton {
display: inline-block;
margin-left: auto;
margin-right: auto;
text-align: center;
color: white;
}
I have tried text-align: center i have tried display block. i just want it to sit in the middle of my page
thanks in advance