I am trying to put a label in middle/center part of the page and button at bottom/center part of the page but struggling. The jsfiddle for this
Below is the HTML code snippet,
<div style="text-align:center;vertical-align:middle;">
<label id="lblStatus">Please wait...</label>
</div>
<button id="btnClose" value="Close" onclick="window.close();" style="position:absolute; bottom:0; text-align:center; width:80px"></button>