I'm working on a website and I just noticed there there is this unexplained white space at the top and bottom of my page. I search through some post and they told me to make sure I used UTF-8 encoding without BOM and I tried that and it made no difference. If anyone would be willing to look at it the url is url
The default spacing (margin) on the <h1> element is causing the top spacing. Add this in your css.
h1 { margin-top: 0; }
It's not a space.. There is a button on the top right corner.
Remove this source from your HTML code
<div id="escapeButton">
<button> <a href="http://google.com" title="escape">Escape</a> </button>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With