This has been annoying me for a while yet the solution must be really simple. If I create a basic page and add <p>test</p>, it doesn’t stay to the exact top of the page, or left. Instead it seems to be padded about 10px. I’ve tried it in a div with margin: 0px; padding: 0px; however that didn’t work.
Help is appriciated! 🙂
You need to give “<body>” zero margin and padding, too