I have a image -- a loading image.
I want that image to be displayed in the center on the page. How can I do that?
The code I wrote is :
im
Or you can use background: url(center_image) no-repeat center;
background: url(center_image) no-repeat center;
working example: http://jsfiddle.net/DT4hL/