Can't remove Whitespace at the bottom of my document

前端 未结 2 1691
被撕碎了的回忆
被撕碎了的回忆 2021-01-27 10:03

I seem to have this block of space generating each time I render the page. I have no idea how it appears there. Below is the image when I inspect in chrome, it happens in other

相关标签:
2条回答
  • 2021-01-27 10:35

    I have seen this phantom space a few times before, its something to do with a hidden character that gets added (usually from copy and paste). If you delete the closing </div></body></html> then re-type them in manually it may fix the problem.

    0 讨论(0)
  • 2021-01-27 10:49

    You have a weird invisible character (hex: e2 80) after </html>.

    Remove it and the space will be gone.

    0 讨论(0)
提交回复
热议问题