Possible Duplicate:
How to center div horizontally and vertically
I need to put image in center of html page, both vertical and horizontal … been trying few stuff but seems to work fine. To get horizontal alignment I used
<body style="text-align:center">
and it works fine, but what do with vertical alignment?
regards
If:
then:
But keep in mind this solution is valid only if the only element on your site will be this image. I suppose that’s the case here.
Using this method gives you the benefit of fluidity. It won’t matter how big (or small) someone’s screen is. The image will always stay in the middle.