Question

I cannot figure out why the white space at the top of the page won't go away. I have a reset, and I can't see any padding/margins that would effect the top.

Because I don't want to enter excessive code and give you the wrong thing to work with, the link is live and the code can be viewed from there.

Here it is: http://www.lymemd.org/indexmm6.php

Was it helpful?

Solution 2

When I view your source code, right after the tag, there is " ". When I delete this in the inspector, this removes the space at the top.

Check your code to see what it causing this bad element at the top of the page. I assume it doesn't belong there at all... maybe a typo?

enter image description here

OTHER TIPS

Move your <!DOCTYPE> to the very start of your HTML document. It doesn't belong inside the body.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top