The bottom line of the source code is:
<div align="center"><p></p></div></div><br clear="all" /></div></div></body></html>
There's a redundant <div> tag, a redundant <p> tag and a <br> which will be adding to the bottom space.
<div align="center"><p></p></div></div><br clear="all" /></div></div></body></html>
There's a redundant <div> tag, a redundant <p> tag and a <br> which will be adding to the bottom space.
Comment