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
See W3C
IMG.displayed { display: block; margin-left: auto; margin-right: auto }