I have div tag as first element in html page. I want this element to be centered on a page. Hence, I set left and right margin properties of this div tag. e.g. margin-left:20%
However, margins take effect differently in different browsers and UI alignment differs browser to browser
How can I resolve this?
How to set margins so that they work same in all browsers?
Thanks in advance.