I have an image in an anchor tag, and I need to center it.
I have managed to do so using this technique that I just came across messing about in the DOM inspector: http:
It will work out for you..
.center { width: 100%; display:block text-align: center; }