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:
you can add to container text-align: center and vertical-align: middle;
text-align: center
vertical-align: middle;