Forum Moderators: not2easy
BODY { background-color: #C5C8A9; margin-top: 0px; margin-bottom: 0px; }
Does anyone know why it works for the top and not the bottom?
Safest way is to put this at the top of your css to zero all margins and padding and remove borders, then add them back in as required.
*{margin:0;padding:0;border: none;}